function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Priya MishraPriya Mishra 

Dynamic dashboard based on the value selected from the dropdown

Hi All,

I have a requriement where in the Dashboard Page i want to have a Picklist and Based on the Value selected from the Picklist (Piclist values : country, Task) the dashboard data should display.

can we acheive this using configutaion or we have to go for customization if customization how we can achieve this pls help me on this reuirement.

Thanks.
Best Answer chosen by Priya Mishra
VinayVinay (Salesforce Developers) 
Hi Priya,

As per my understanding, I dont think we have any standard feature on selection of picklist values.  You can acheive this using Tableau dashboard

Check below similar references that can help you to create dynamic dashboard.

https://salesforce.stackexchange.com/questions/42293/filtering-dashboard-at-run-time-based-on-account
https://www.siloconnectors.com/blog/build-salesforce-dashboards/#:~:text=From%20the%20Field%20drop%2Ddown,by%20clicking%20Add%20Filter%20Value.
https://help.salesforce.com/s/articleView?id=sf.bi_dashboard_initial_filters_user_tokens.htm&type=5

Please mark as Best Answer if above information was helpful.

Thanks,

All Answers

VinayVinay (Salesforce Developers) 
Hi Priya,

As per my understanding, I dont think we have any standard feature on selection of picklist values.  You can acheive this using Tableau dashboard

Check below similar references that can help you to create dynamic dashboard.

https://salesforce.stackexchange.com/questions/42293/filtering-dashboard-at-run-time-based-on-account
https://www.siloconnectors.com/blog/build-salesforce-dashboards/#:~:text=From%20the%20Field%20drop%2Ddown,by%20clicking%20Add%20Filter%20Value.
https://help.salesforce.com/s/articleView?id=sf.bi_dashboard_initial_filters_user_tokens.htm&type=5

Please mark as Best Answer if above information was helpful.

Thanks,
This was selected as the best answer
Priya MishraPriya Mishra
Thanks for the reply. 

I have one more query where I have to count number of times status is moved from done status to in progress and show the count in report  can we achieve  this.
VinayVinay (Salesforce Developers) 
Yes you can create report to check stage duration, below is example of opportunity.

https://chartio.com/learn/marketing-analytics/stage-duration-report-salesforce/

Thanks,