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
i have table like this ....I want to calculate count for type New with endt=0.So,i created a measure as
Solved! Go to Solution.
Hi @Anonymous
BLANK is treated as 0 in this situation so you will need to adjust your measure to
CALCULATE(COUNT('Table'[type]),'Table'[endt]=0 && NOT(ISBLANK('Table'[endt])))
Regards
Phil
Proud to be a Super User!
@Anonymous try this measure:
Hi @Anonymous
BLANK is treated as 0 in this situation so you will need to adjust your measure to
CALCULATE(COUNT('Table'[type]),'Table'[endt]=0 && NOT(ISBLANK('Table'[endt])))
Regards
Phil
Proud to be a Super User!
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 |
|---|---|
| 98 | |
| 72 | |
| 50 | |
| 49 | |
| 42 |