Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi All
I have a situation here please see below screenshot
Have created this table in power BI using sample data(link here). Now i want to create a measure which gives me distinct count of account number where "Sum of ABS YTD value is Zero in each of the year column (yellow highlighted one)" and "this should not count those cells where value is blank (red highlighted)". Any help? here is sample data link.
Solved! Go to Solution.
Hi @Anonymous
Got it, kindly check my updated one:
Pbix attached.
Hi @Anonymous
let me know if you'd like to get this one:
Measure = CALCULATE(DISTINCTCOUNT(Sheet1[Account Number]),FILTER(Sheet1,[ABS YTD Value]=0))
Pbix attached.
Hi @v-diye-msft
This is not correct count as per my requirement. See below table i created in the pbix you shared, its still counting the blank values as i have indicated lines in red -
Requirement is to count only those account where value is "0" in all 3 years as highlighted in green above. If any year is having a blank value, it should not be counted.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 71 | |
| 50 | |
| 46 | |
| 44 |