Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
Hi Gurus,
I have a measure that need to say no data when only certain site ids are selected.
this measure gives me an error.
Solved! Go to Solution.
@amalrio , Try like
Message = IF (
countx (filter(allselected('DIM-Sites'), 'DIM-Sites'[SITE_ID] IN {"BR2", "TP1"}), 'DIM-Sites'[SITE_ID] ) >0,
"",
"No Data"
)
@amalrio , Try like
Message = IF (
countx (filter(allselected('DIM-Sites'), 'DIM-Sites'[SITE_ID] IN {"BR2", "TP1"}), 'DIM-Sites'[SITE_ID] ) >0,
"",
"No Data"
)
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 64 | |
| 63 | |
| 49 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 122 | |
| 118 | |
| 38 | |
| 36 | |
| 29 |