Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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"}))
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.
User | Count |
---|---|
9 | |
8 | |
7 | |
4 | |
3 |
User | Count |
---|---|
14 | |
13 | |
11 | |
10 | |
10 |