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
Anonymous
Not applicable

Summarize Data into Pie Chart but from Different Columns

Hi,

 

I need to summarize data into a pie chart with the following table

IDFirst Transport Qty First TransportSecond Transport QtySecond Transport
11TRUCK7CAR
23MOTORCYCLE  
31CAR2TRUCK
45BICYCLE3MOTORCYCLE
52TRUCK2TRUCK

 

I need to have a Pie Chart that displays the total split % or volume such as :

TRUCK - 7

CAR - 8

BICYCLE - 5

MOTORCYCLE - 6

 

The problem is that I have 2000 rows and can only pull out the "First Transport" column only, I can't include the "Second Transport" column.

 

How can I create a pie chart that shows all of the data labels with their combined values?

 

Thanks

1 REPLY 1
whitch
Resolver I
Resolver I

Imagine how much easier this would be if your data was structured like this:

QtyTransportType
1TRUCKFirst
3MOTORCYCLEFirst
1CARFirst
5BICYCLEFirst
2TRUCKFirst
7CARSecond
0nullSecond
2TRUCKSecond
3MOTORCYCLESecond
2TRUCKSecond

 

Can you make it like this in Power Query?  You'll probably want to duplicate your current table, have one copy just for firsts, the other for seconds, then apppend together to get a result like the above (you can disable data-load for the intermediary tables).

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!

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