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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
akshah
Frequent Visitor

pie chart remaining values

Dear All,

 

I am new to Power BI. I know it is a silly doubt but i have been trying since a lot of time. 

I have 5 rows and 2 columns the percentage of that row does not come up to 100%. 

 

But how can I show this in a pie? Since the total  values do not add up to 100% .I need to somehow show the  remaining. But I can't figure out how.

1 ACCEPTED SOLUTION

@akshah,

 

You may add a calculated table.

Table =
UNION (
    Table1,
    ROW ( "Buildings Type", "remaining", "Value", 100 - SUM ( Table1[Value] ) )
)
Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
Hardik
Continued Contributor
Continued Contributor

Hey could you please share the sample data for further assistance.

akshah
Frequent Visitor

Yes i have 

 

Buildings Type               Value

Rooftop                          12.6

Parking Lot                      18

Under Construction         22

Sewage plant                   14

 

 

This all does not sum upto 100.

So i want a section in PIE chart where it shows value left 100-(12.6+18+22+14)

 

Thanks in Advance 

 

 

@akshah,

 

You may add a calculated table.

Table =
UNION (
    Table1,
    ROW ( "Buildings Type", "remaining", "Value", 100 - SUM ( Table1[Value] ) )
)
Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Fabric Data Days is here Carousel

Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.