Hi,
I want to create a dynamic title based on the selection of 3 different filters namely "Market Segment", "Service Line" and "Country".
Expected Output:
Any help on this would be appreciated!!
Solved! Go to Solution.
@Mahesh_Gupta , Use single & and try
Measure = Selectevalue(slicer1) & "-" & Selectevalue(slicer2) & "-" & Selectevalue(slicer3)
Proud to be a Super User!
Hi,
You can create a measure and pass the same in the conditional formatting under the title. Please refer to the below snapshot.
Measure can be like = Selectevalue(slicer1) && "-" && Selectevalue(slicer2) && "-" && Selectevalue(slicer3)
Appreciate a Kudos! 🙂
If this helps and resolves the issue, please mark it as a Solution! 🙂
Regards,
N V Durga Prasad
@nvprasad Thanks for the formula. Here's the error message that pooped up when i was trying to use it.
Error Message:
MdxScript(Model) (44, 65) Calculation error in measure 'Sheet1'[Title]: Cannot convert value '-' of type Text to type True/False.
@Mahesh_Gupta , Use single & and try
Measure = Selectevalue(slicer1) & "-" & Selectevalue(slicer2) & "-" & Selectevalue(slicer3)
Proud to be a Super User!
Join us for an in-depth look at the new Power BI features and capabilities at the free Microsoft Business Applications Launch Event.
User | Count |
---|---|
437 | |
154 | |
110 | |
50 | |
50 |
User | Count |
---|---|
458 | |
142 | |
131 | |
79 | |
71 |