Reply
dd88
Post Patron
Post Patron
Partially syndicated - Outbound

Count( if column value = string)

I have a column named Placement containing mixed data values of

N/A
NO PLACMENT
the client name, or
blank

 

I would like a total count for each individual data value.
How can I achieve this please? a dax formula for Count( if column value = string)?

 

TIA

 

1 ACCEPTED SOLUTION
Bmejia
Super User
Super User

Syndicated - Outbound

You can just drop the placement column again and summarized as count. 

and measure if need it would be 

Placement Count = COUNTA(MyTable[Placement])



Bmejia_0-1717168933919.png

 

View solution in original post

1 REPLY 1
Bmejia
Super User
Super User

Syndicated - Outbound

You can just drop the placement column again and summarized as count. 

and measure if need it would be 

Placement Count = COUNTA(MyTable[Placement])



Bmejia_0-1717168933919.png

 

avatar user

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

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

March2025 Carousel

Fabric Community Update - March 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors (Last Month)
Top Kudoed Authors (Last Month)