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! Learn more
I want to count the values of 06--30. I created 06--30 as a measure and I'm not sure how to count the values of a measure
Is there a way I can count the values of the measure I created
Solved! Go to Solution.
maybe you can try this
Measure = if(NOT(ISBLANK('Table'[06-30])),1,0)
measure2 = sumx(VALUES('Table'[ID]),'Table'[Measure])
Proud to be a Super User!
maybe you can try this
Measure = if(NOT(ISBLANK('Table'[06-30])),1,0)
measure2 = sumx(VALUES('Table'[ID]),'Table'[Measure])
Proud to be a Super User!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 80 | |
| 49 | |
| 35 | |
| 31 | |
| 30 |