Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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"
)
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
95 | |
69 | |
44 | |
38 | |
30 |
User | Count |
---|---|
157 | |
101 | |
60 | |
42 | |
40 |