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

View all the Fabric Data Days sessions on demand. View schedule

Reply
alex_smith
Frequent Visitor

Total table

Hello!

 

I need to take the Total Line from numerous tables and put them in one table! 

 

Capture.PNG

 Every green box is a table's total which derives from different filters in each table. The task is to create a table that looks like this:

 

          Column1                        |         Column 2

A1A2 + A3A2 + A3 + A1 + A  |          788

B1B2 + B1B3 + B2 + B + B      |          372

C1C3 + C2C3 + C2 + C            |          452

D                                              |          620

-                                               |           38

 

 

Any ideas? 

Thanks!

3 REPLIES 3
v-yanjiang-msft
Community Support
Community Support

Hi @alex_smith ,

Sorry I'm not very clear about where are the values in green box from. Could you please explain more about the expression "Every green box is a table's total which derives from different filters in each table."

 

Best Regards,
Community Support Team _ kalyj

Every green box is a table visual. For example the A1A2 is the total counts of this table. I have renamed the "Total" with A1A2, A3, A1 etc. For instance, A1A2 - 126 means that the total counts (sum of the rows) on this table visual is 126. Each table (i.e. each green box) has different filters on it that is why I have different totals. Basically I need to extract the total of each table and then sum it. Please feel free to ask if it isn't still clear.

Another approach that would lead to a possible solution is this:

 

I want to create a measure that count rows from a table

Measure1 = COUNTROWS(Table1)

 

and then filter it by three measures:

Measure2 < 0.04

Measure3 < 0.04

Measure4 >= 0.15

 

Any clues?

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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