Skip to main content
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Fernandez
Frequent Visitor

Calculate a measure

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:

 

datos.PNG

 

I appreciate your help, thanks!!

1 ACCEPTED SOLUTION
SpartaBI
Community Champion
Community Champion

@Fernandez 

 

Users = 
CALCULATE(
	COUNTROWS('Table_Name'),
	'Table_Name' IN {"user", "level1", "level2"}
)

 


2022-05-19 17_30_22-Re_ Need help on DAX function with measure vs colu... - Microsoft Power BI Commu.png

Showcase Report โ€“ Contoso By SpartaBI


SpartaBI_3-1652115470761.png   SpartaBI_1-1652115142093.png   SpartaBI_2-1652115154505.png

Full-Logo11.png

View solution in original post

5 REPLIES 5
SpartaBI
Community Champion
Community Champion

@Fernandez 

 

Users = 
CALCULATE(
	COUNTROWS('Table_Name'),
	'Table_Name' IN {"user", "level1", "level2"}
)

 


2022-05-19 17_30_22-Re_ Need help on DAX function with measure vs colu... - Microsoft Power BI Commu.png

Showcase Report โ€“ Contoso By SpartaBI


SpartaBI_3-1652115470761.png   SpartaBI_1-1652115142093.png   SpartaBI_2-1652115154505.png

Full-Logo11.png

Peeerfect!! many thanks @SpartaBI !!!

SpartaBI
Community Champion
Community Champion

@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 ๐Ÿ™‚

wow @SpartaBI the report is a great job, thanks for share it!!

SpartaBI
Community Champion
Community Champion

@Fernandez thank you ๐Ÿ™‚

Helpful resources

Announcements
November Fabric Update Carousel

Fabric Monthly Update - November 2025

Check out the November 2025 Fabric update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Users online (27)