Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I have a table where we have one column with Engagements and one column with a company that belongs to this engagement. An engagement can have several companies, ie there can be several rows with the same engagement. I also have made a column that gives the value true if one or more of the same engagement have a contact registered in the row.
I have a table and a Multi-row card in the Report view, see picture below.
I have filtered so I have 5 engagements, and in some cases there are two companies for that engagement. So in total 7 companies for these 5 engagements. So long all is good.
But I would need a way to get the number of True in the Client contacts column, in this case 5. Ie if 5 Engagements show in the table, how many Trues are in the Client contacts column. Anyone who might know how to do this?
Kind regards,
Anna
Solved! Go to Solution.
Hi @AnnaH11
You can try this measure.
Measure = CALCULATE(DISTINCTCOUNT('Table'[Engagement]),'Table'[Client Contact]="TRUE")
Did I answer your question? If yes, pls mark my post as a solution and appreciate your Kudos !
Thank you~
Hello,
Can you please provide a sample dataset?
Hi, it can look like this
Hi @AnnaH11
You can try this measure.
Measure = CALCULATE(DISTINCTCOUNT('Table'[Engagement]),'Table'[Client Contact]="TRUE")
Did I answer your question? If yes, pls mark my post as a solution and appreciate your Kudos !
Thank you~
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
23 | |
10 | |
10 | |
9 | |
7 |