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
Solved! Go to Solution.
Hi @bcbuckley13
There's 2 answers to this. There are actually 5 Yes in the Two Champions column
If you want that then create a mesure like this
Yes Count = CALCULATE(COUNTROWS('Badges'),FILTER('Badges', 'Badges'[Two Champions] = "Yes" ))
But if you want a distinct count of store ID's with a Yes then use this - the answer is 2
Yes Count = CALCULATE(DISTINCTCOUNT('Badges'[Store ID]),FILTER('Badges', 'Badges'[Two Champions] = "Yes" ))
Regards
Phil
Proud to be a Super User!
Hi @bcbuckley13
There's 2 answers to this. There are actually 5 Yes in the Two Champions column
If you want that then create a mesure like this
Yes Count = CALCULATE(COUNTROWS('Badges'),FILTER('Badges', 'Badges'[Two Champions] = "Yes" ))
But if you want a distinct count of store ID's with a Yes then use this - the answer is 2
Yes Count = CALCULATE(DISTINCTCOUNT('Badges'[Store ID]),FILTER('Badges', 'Badges'[Two Champions] = "Yes" ))
Regards
Phil
Proud to be a Super User!
Hi @bcbuckley13
Can you please provide some sample data.
regards
Phil
Proud to be a Super User!
Hi @bcbuckley13,
You could directly put the column in a table field >choose "count" or "discount",and you will see the value you need:
Check the .pbix file attached if needed.
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
87 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |