Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
grimal
New Member

I would like to create a bar chart using data from multiple different columns. How can I do that?

Community question.jpg

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 ?

 

1 ACCEPTED SOLUTION

Hi @grimal

Use this measure

Measure = COUNT(Sheet8[person])

5.png

6.png

 

Best Regards

Maggie

View solution in original post

3 REPLIES 3
v-juanli-msft
Community Support
Community Support

Hi @grimal

in Query editor

select columns, and select “Transform”->”Upvoit columns”

7.png

8.png

 

Then create measure

COUNT = CALCULATE(DISTINCTCOUNT(Sheet8[person]),ALLEXCEPT(Sheet8,Sheet8[Value]))

9.png

 

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? 

Hi @grimal

Use this measure

Measure = COUNT(Sheet8[person])

5.png

6.png

 

Best Regards

Maggie

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors