Forum Discussion
Hi
How can I pass a measure dynamically in the following code?
table = filter(tablename, condition=[measure])
I want the measure to be automatically updated when a user clicks on a matrix cell. How can I achieve this?
Like Show in the bellw screen shot
muhammadraun10 , I doubt that. But if you use a calculation group, measure will become a dimension value too, then you can get what you are looking for
Calculation Groups- Measure Slicer, Measure Header Grouping, Measure to dimension conversion. Complex Table display : https://youtu.be/qMNv67P8Go0
2 Replies
- amitchandakSuper User
muhammadraun10 , I doubt that. But if you use a calculation group, measure will become a dimension value too, then you can get what you are looking for
Calculation Groups- Measure Slicer, Measure Header Grouping, Measure to dimension conversion. Complex Table display : https://youtu.be/qMNv67P8Go0
- muhammadraun10New Member
Thx