Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I am new to Power BI and DAX. Need help on below scenario
I am loading weekly incident files into PowerBI, which has incident number ,status and weekending date.
However same incident number can repeat with different status in other week file .
when I do distinct incident count form all files, I am getting 262 count but when displaying status wise count getting more .
Its understandable due to status change, incident number is duplicating but not sure how to match total distinct and category wise count. Please suggest.
If you want the 3 at the total just use:
Measure = DISTINCTCOUNT(Table1[IncidentID ])
Please mark the question solved when done and consider giving a thumbs up if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers
Hi @AlB
Thank you.
Below is my dataset structure , I am calculating distinct YTD count based on weekenddate. Here I am getting count is 3 which is correct .
but when display YTD by status, I am getting Open - 2, Closed-2 so total is 4 instead of 3 .How to handle this.
IncidentID Status WeekendDate
-------- ------ -------------
1234 Open 07-11-2020
5678 Closed 07-11-2020
1234 Closed 14-11-2020
4567 Open 14-11-2020
Measure TOT =
SUMX ( DISTINCT ( Table1[CurrentStatus] ), [YTDSOSub] )
Please mark the question solved when done and consider giving a thumbs up if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
10 | |
10 | |
10 | |
10 |
User | Count |
---|---|
19 | |
14 | |
13 | |
11 | |
8 |