Forum Discussion
Using Calculated groups and display multiple measures in matrix
I am new to using calculated groups but have successfully created the calculation groups and measures so i can use a slicer to choose the alculated measure.
But what i really need to do is make it possible for the use to pick multiple measures. At them moment if i pick more than 1 measure the data is not displayed.
Is this even possible?
At them moment my calculated measure is simply selectedmeasure()
Hello SimoneOS ,
try doing this with field parameters, i've done somthing like this and the values does show for more than a measure.
https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-field-parameters
If I answered your question, please mark my post as solution so it would appeare to others, Appreciate your Kudos 👍
2 Replies
- IdrissshatilaSuper User
Hello SimoneOS ,
try doing this with field parameters, i've done somthing like this and the values does show for more than a measure.
https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-field-parameters
If I answered your question, please mark my post as solution so it would appeare to others, Appreciate your Kudos 👍
- SimoneOSFrequent Visitor
OMG this is amazing and works perfectly for what i want