March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I have a text column which I'm trying to write a measure for in order to filter it:
@Anonymous
Can you try:
Brag Status Count =
CALCULATE(
CONCATENATEX(VALUES('UNION'[audit_results.BRAG STATUS]),'UNION'[audit_results.BRAG STATUS],"|"),
'UNION'[Column 34] = "Audit Results"
)
________________________
Did I answer your question? Mark this post as a solution, this will help others!.
Click on the Thumbs-Up icon on the right if you like this reply 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@Anonymous , this should work try like
Brag Status Count = CALCULATE(MAX('UNION'[audit_results.BRAG STATUS]),FILTER('UNION','UNION'[Column 34] in {"Audit Results"}))
Can you share sample data and sample output in table format?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
User | Count |
---|---|
26 | |
16 | |
15 | |
12 | |
11 |
User | Count |
---|---|
35 | |
26 | |
26 | |
20 | |
15 |