Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
https://drive.google.com/file/d/1MKNxxfU5nuhIBZvwR8BWePVF2QAJOosh/view?usp=sharing
plz see the attached link to the dummy data with expected result
I have measures which calculate the distinct count
| chn group(AN,GN,DN,EN,SN) | unique count (Active brands) | result (inactive brands) |
AN | 192 | 341-192=149 |
| GN | 241 | 341-241=100 |
| DN | 212 | 341-212=129 |
| EN | 139 | 341-139=202 |
| SM | 140 | 341-140=202 |
| other | ||
| Total | 315 |
Solved! Go to Solution.
@tabish , Diff from total measure
diff =CALCULATE(DISTINCTCOUNT([Brand]), FILTER(allselected(Table),[Chnl] in{ "AN" ,"GN" ,"DN" , "EN" , "SN"}) ) -
CALCULATE(DISTINCTCOUNT([Brand]), FILTER(Table,[Chnl] in{ "AN" ,"GN" ,"DN" , "EN" , "SN"}))
@tabish , Diff from total measure
diff =CALCULATE(DISTINCTCOUNT([Brand]), FILTER(allselected(Table),[Chnl] in{ "AN" ,"GN" ,"DN" , "EN" , "SN"}) ) -
CALCULATE(DISTINCTCOUNT([Brand]), FILTER(Table,[Chnl] in{ "AN" ,"GN" ,"DN" , "EN" , "SN"}))
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 12 | |
| 10 | |
| 8 |