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
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
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 Kudoed Authors