Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
105 | |
99 | |
99 | |
38 | |
37 |
User | Count |
---|---|
157 | |
120 | |
74 | |
72 | |
63 |