Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi!
I would like to create a card that is dependent of a filter selection.
So, i am using conditional formating to solve this issue. I have a date visual that looks like this:
Solved! Go to Solution.
Hi @Anonymous ,
Please have a try.
Date Visual v2 =
IF (
SELECTEDVALUE ( 'MTD/QTD/YTD Selection_v2' ) <> BLANK (),
"MTD " & MAX ( 'MTD/QTD/YTD Selection_v2'[YEAR/MONTH] ),
( " " )
)
If it does not help, please provide more details with your desired output and pbix file without priavcy information.
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
Please have a try.
Date Visual v2 =
IF (
SELECTEDVALUE ( 'MTD/QTD/YTD Selection_v2' ) <> BLANK (),
"MTD " & MAX ( 'MTD/QTD/YTD Selection_v2'[YEAR/MONTH] ),
( " " )
)
If it does not help, please provide more details with your desired output and pbix file without priavcy information.
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
A similar solution to this is what i am after:
Hi @Anonymous amd thank you for your answer!
Unfortunately that is not quite what i am after. That works fine if i have one value!
But what if i filter MTD & PMTD then the card will become blank