Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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.
@Anonymous , Use single & and try
Measure = Selectevalue(slicer1) & "-" & Selectevalue(slicer2) & "-" & Selectevalue(slicer3)
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 51 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 84 | |
| 69 | |
| 38 | |
| 29 | |
| 27 |