This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! 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:
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 8 | |
| 8 | |
| 6 | |
| 6 | |
| 6 |