Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi Friends,
Please assist me with this issue I can't seem to solve:
So as you can see in the table, I have customer/franchisee names and below that are the stores they have. I created a disjointed table which shows "red", "amber" and "green" which is actually the grouping of the stores stly growth eg. if < 0, "red", < 0.5, "Amber" and so forth. The slicer "display" will show only stores that falls within the selected range.
The store count seems to appear irrespective of whether they are in any of the color groupings. I want to do a count of the stores that only falls within each of the respective grouping.
DAX used for the "Display" slicer to work is:
Note that the measure "Colour Filter" is actually a YOY growth measure
Please let me know what code I can use for the dynamic count of stores by selecting the different colour diplay slicer.
Thanks all!
Solved! Go to Solution.
Try:
Count of Store =
CALCULATE (
DISTINCTCOUNT ( 'Table'[Cutsomer name] ),
FILTER ( Table, NOT ( ISBLANK ( [COLOR FILTER] ) ) )
)
Proud to be a Super User!
Paul on Linkedin.
Try:
Count of Store =
CALCULATE (
DISTINCTCOUNT ( 'Table'[Cutsomer name] ),
FILTER ( Table, NOT ( ISBLANK ( [COLOR FILTER] ) ) )
)
Proud to be a Super User!
Paul on Linkedin.
Thank you sir! Appreciate the help. This worked perfectly:)
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 48 | |
| 40 | |
| 37 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 69 | |
| 67 | |
| 32 | |
| 27 | |
| 26 |