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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Measure giving count of items within a field

Hi all,

 

This might be a basic question but I'm new to Power BI (and couldn't find a related question that translated directly to my query).

 

I have a field (or column) that contains two items of information, X and Y. 

 

I need to create a measure that will give me the count of X within that column. How would I go about this?

 

Any help would be greatly appreciated!

 

Cheers

1 ACCEPTED SOLUTION
AlB
Community Champion
Community Champion

Hi @Anonymous 

Measure =
CALCULATE(COUNT(Table1[Column]), Table1[Column] = "X")

You can also use a slicer to select "X" (or "Y") and have a more generic measure

Measure =
COUNT(Table1[Column])

 

SU18_powerbi_badge

Please accept the solution when done and consider giving a thumbs up if posts are helpful. 

Contact me privately for support with any larger-scale BI needs, tutoring, etc.

 

View solution in original post

2 REPLIES 2
AlB
Community Champion
Community Champion

Hi @Anonymous 

Measure =
CALCULATE(COUNT(Table1[Column]), Table1[Column] = "X")

You can also use a slicer to select "X" (or "Y") and have a more generic measure

Measure =
COUNT(Table1[Column])

 

SU18_powerbi_badge

Please accept the solution when done and consider giving a thumbs up if posts are helpful. 

Contact me privately for support with any larger-scale BI needs, tutoring, etc.

 

Anonymous
Not applicable

That worked perfectly, thank you so much! 

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

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.