Hi All,
I need help to group ID's which appear in single or multiple categories.
Attaching an image which has sample dataset and the result expected.
We can't harder -code the ID's and Categories as the original dataset is dynamic in nature.
The last column in expected result is not required, its just for explanation purpose.
Thanks
Solved! Go to Solution.
Impacts more than 1 Category = DISTINCTCOUNT( 'DATASET'[ID] ) - [Impacts 1 Category]
Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is beyond their comprehension! |
DAX is simple, but NOT EASY! |
Impacts more than 1 Category = DISTINCTCOUNT( 'DATASET'[ID] ) - [Impacts 1 Category]
Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is beyond their comprehension! |
DAX is simple, but NOT EASY! |
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
User | Count |
---|---|
103 | |
59 | |
44 | |
27 | |
24 |
User | Count |
---|---|
128 | |
94 | |
74 | |
43 | |
38 |