This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello,
in this example
I'd like to distinctcount the Brand without the filter combination [Category] = NO and ([Day Segment] = Weekday and [Day Segment] = Weekend).
Here Brand A, E and G should not be counted because these contain the filters above.
So only B, C, F and H should be counted, result would be 4.
My Measure didn't work out
Hi @Anonymous
If you've fixed the issue on your own please kindly share your solution. if the above posts help, please kindly mark it as a solution to help others find it more quickly. If not, please kindly elaborate more. thanks!
Hi @Anonymous ,
Create a measure
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
Thank you guys
what I'd like to have furthermore, is a chart also with "NO" on x-axis.
For example Brand H should be displayed and counted as NO in the chart. The chart is filtered by Weekend.
Is it possible to enhance the measure, so we can see the count of Brands, which are "No" and "Weekend" and not "NO" and "Working Day"?
Hi @Anonymous ,
Create a new measue.
The filter statement in the end looks incorrect!
Change it to,
Filter(Table, OR(AND([Category] = "NO" , [Day Segment] = "Weekend") , AND([Category] = "NO" , [Day Segment] = "Working Day")))
Br,
J
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 33 | |
| 29 | |
| 29 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 70 | |
| 50 | |
| 33 | |
| 24 | |
| 24 |