Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Measures Parameter

Hello,

Could you please answer the following question: ' how can I create a parameter in order to select a measure?'

In other words, I would like to create a parameter that contains Sales - Profit - Cost and Quantity, so when I select Sales, my dashboard will be showing Sales by X dimension, or when I choose Profit, the dashboard will be showing Profit by X dimensions.

 

Thank you in advance,

 

Rita

1 ACCEPTED SOLUTION

@Anonymous 

You might try:

IF(SELECTEDVALUE(‘Select a measure’[column]= “Nb of users”, [Nb of users by Machines and Trigramme], [your other measure]) 

(or the appropriate measures)

there cannot be a relationship between your ‘Select a measure’ table and the dataset, and 

 better to make the slicer “Single Select”





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Hi, You should consider using bookmarks for this. Simply save the view you wish to have as a bookmark, create a new button and assign this action -> bookmark to your newly created bookmark. This is a bit of a hassle, but it's more (end) user friendly.
Anonymous
Not applicable

Hello TijnOnline,

 

Thank you for your help, but I guess you got me wrong; below is a snapshot of what I'm looking for:

Capture.PNG

 

You have a parameter named Select a measure that contains Nb of users, cost sales measures when I click on Nb of users, the charts will show me Nb of users by Machines and Trigramme, without navigating to other dashboards.

 

Thank you in advance,

 

Rita

 

 

@Anonymous 

You might try:

IF(SELECTEDVALUE(‘Select a measure’[column]= “Nb of users”, [Nb of users by Machines and Trigramme], [your other measure]) 

(or the appropriate measures)

there cannot be a relationship between your ‘Select a measure’ table and the dataset, and 

 better to make the slicer “Single Select”





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






Anonymous
Not applicable

Hello,

 

Thank you for your Help !!!

 

 

Rita

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors