Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi all, I would need help to calculate this in a measure:
How many different users of type = user , level1 and level 2 I have in the table:
I appreciate your help, thanks!!
Solved! Go to Solution.
Users =
CALCULATE(
COUNTROWS('Table_Name'),
'Table_Name' IN {"user", "level1", "level2"}
)
Users =
CALCULATE(
COUNTROWS('Table_Name'),
'Table_Name' IN {"user", "level1", "level2"}
)
@Fernandez my pleasure ๐
Hey, check out my showcase report:
https://community.powerbi.com/t5/Data-Stories-Gallery/SpartaBI-Feat-Contoso-100K/td-p/2449543
Give it a thumbs up if you liked it ๐
Check out the November 2025 Fabric 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!