The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I want to display a card with text based on a true condition. In this case my measure returns FALSE:
Thanks
Solved! Go to Solution.
Thanks,
I´ve found the solution:
You can't use SELECTEDVALUES if multiple values will be selected. Try
2022 Q3 Selected Text =
NOT ISEMPTY (
INTERSECT (
VALUES ( 'CALENDAR'[Year Quarter] ),
{ "2022 Q3", "2022 Q2", "2022 Q4" }
)
)
Thanks johnt75,
But If I don´t select "2022 Q3" the condition should be FALSE. Should be TRUE when <> then "2022 Q3" Else False.
Try
2022 Q3 Selected Text = "2022 Q3" IN VALUES( 'CALENDAR'[Year Quarter])
Thanks,
I´ve found the solution:
User | Count |
---|---|
26 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
33 | |
13 | |
12 | |
9 | |
7 |