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
Hi PowerBI community, I need to do a dynamic analysis compare the pv share by customer groups between a selected single company and the rest of the market. Now I create 2 measures, it seems to work for most scenarios.
PV all company = CALCULATE(SUM('550 check'[pv]),ALL('550 check'[company]))
How can I achieve Chart A & Chart B still have 2 customer groups' data if when I select a company with only 1 customer group? Thank you!
Do you have some sample data for this? I'm thinking adding ALL(customer group) might help, but I'd be able to further examine with some data.
I made up some numbers, but should work. Let's assume the market only has 3 companies now:
| company | customer group | pv |
| A | affluent | 7228 |
| A | core | 9104 |
| B | affluent | 6984 |
| B | core | 8274 |
| C | core | 8778 |
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 | |
| 11 | |
| 10 | |
| 8 |