Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Hi,
I've got a dynamic title which runs off a slicer which works fine as below.
How would I amend this to display something when no filter is selected as currently both options show together on the title?
I have it on single select so it's just when nothing is selected, not both.
Solved! Go to Solution.
Have you tried to do something similar to this?:
Growth =
var result=
"" &
CONCATENATEX (
'Measure','Measure'[Measure Name],
" ,")
& " Growth YoY %"
return if(selectedvalue[slicerField]="","My title",result)
Have you tried to do something similar to this?:
Growth =
var result=
"" &
CONCATENATEX (
'Measure','Measure'[Measure Name],
" ,")
& " Growth YoY %"
return if(selectedvalue[slicerField]="","My title",result)
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
67 | |
64 | |
42 | |
42 |
User | Count |
---|---|
46 | |
38 | |
28 | |
26 | |
26 |