Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
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