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
I have this graph which compares the currently filtered % counts of users vs those of the population.
The measures are:
Unique User Count = Calculate(DISTINCTCOUNT(UserData[user_id]))and
Population = CALCULATE([Unique User Count],ALLEXCEPT('UserData','Savings Bucket Orders'[Savings Buckets]))
I need to reproduce this kind of graph multiple times for different x-axis of interest, I was wondering if there was a way to have something like
Population = CALCULATE([Unique User Count],ALLEXCEPT('UserData','Columns_in_visual'))which I can reuse in every graph instead of having to create a new measure for each of them.
All attempts I've tried remove everything in the filter context which isn't what I'm after.
Thanks!
@Tuame , I doubt you can make a dynamic list of columns like that as of now.
You can create an idea https://ideas.powerbi.com/ideas/
I imagined as much, but wanted to ask people who are smarter than me haha - I'll leave the thread open a bit longer in case someone has a smart idea but if not I'll mark as a solution. Thanks for your reply!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 5 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 16 | |
| 8 | |
| 7 | |
| 7 |