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.
I have a large dataset similar to what is above. I would like to create a bar chart using the data in columns C, D, and E. Essentially, I want to be able to compare how many people created impact at the international, national, and regional level on the same graph. Does anyone have an idea how I could do that ?
Solved! Go to Solution.
Hi @grimal
in Query editor
select columns, and select “Transform”->”Upvoit columns”
Then create measure
COUNT = CALCULATE(DISTINCTCOUNT(Sheet8[person]),ALLEXCEPT(Sheet8,Sheet8[Value]))
Best Regards
Maggie
Hi Maggie,
Thank you for the suggestion. It definitely gives me the overall numbers that I want to see. However, I'm not able to filter my chart by country or person. I want to be able to make visual comparisons within the graph and the "measure" does not interact with my other columns. Do you have a fix for that?
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.