Hi All,
I am using a 'paramter' which holds value 1,2,3,4.
I am using this parameter in 2 dashborads that i have a created in a single workbook.
Now how can i make a connection b/w these 2 parameters, such that, when i select parameter=2 from dashboard1,
then automatically parameter=2 should be selected in dashboard 2.
Any help will be appreciated.
Thanks
You have to link your parameter with your dimensions/measures. When you select any parameter value then your dimension/measure gets populated in your dashboards. And when you're using same parameter in multiple dashboard then it will automatically show the value which you've selected in first dashboard.
Lets assume you've created a string parameter like this. You can put the display values as per your requirement like 1,2,3.
It means when you select 1 from parameter then you're calling sales measure from your data source.
How to link this parameter?
You've to create a calculated field to call your measures.
Now show your parameter value calculated measure (Metric Value) in your worksheet.
Hope this help.
Mahfooj