Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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 @DanZloo ,
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 @DanZloo ,
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 @v-rongtiep-msft 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
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.