Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. 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)
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
100 | |
69 | |
42 | |
37 | |
30 |
User | Count |
---|---|
157 | |
89 | |
62 | |
46 | |
40 |