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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Erika16
Helper II
Helper II

Table with totals from visuals

I built several tables, (visuals) in Power BI.  Now I need a 'Total table' . Is there a way I can create a new table that adds up my visuals totals rather than bulding the ''Total table' from the data?  It is a bit tricky to do it from the data as each visual has specific filters different one to the other. That's why I wonder if like in excel I could built a new table that adds up the totals I already have on the visuals.  For example; the 'Total table' would show:

Clients 431 + 98 = 529

Min     420 + 55 = 475

 

 

Erika16_0-1672749897682.png

Many thanks for your answers! 😁

2 REPLIES 2
Erika16
Helper II
Helper II

Thanks for your anser! I have both measures and  colums.

The issue I have is that they are filtered differently for each visual and mutually exclusive for  creating a total measure. 

Anonymous
Not applicable

Hi @Erika16 ,

 

You can get the total value you want by creating a measure.

Are your values(For example, MAX and MIN.) in a table a measure or a column?

You can create the following measure to get your total.

Total=SUMX(ALLSELECTED('TABLE'), [Measure/Column])

 

 

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors