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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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
Solved! Go to Solution.
You can just drop the placement column again and summarized as count.
and measure if need it would be
You can just drop the placement column again and summarized as count.
and measure if need it would be