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

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

Reply
RMV
Helper V
Helper V

combined table

Hi,

 

I'm trying to find a smarter way to create 1 table, to combine 2 types of calculation, i.e. a sum of a category & a result from a measured column.

For example:

sum of Category A = 1000 (which is a sum from the raw data)

sum of Category B = 900 (which is a sum from the raw data)

Gap = 100 (which is returned from a measured column (Gap = SUM([Category A]) + SUM([Category B])

 

The table result is suppose to look like this:

 

 TotalAverage
Category A1000110
Category B90095
Gap10015

 

Now, have 2 separate tables for Category A & Category B total & average, and another table for the Gap measured total & average.

1 ACCEPTED SOLUTION
v-haibl-msft
Microsoft Employee
Microsoft Employee

@RMV

 

We used calculated columns to get the desired table, so using slicer here is not work as expected, unless we use calculated measure.

But using calculate measures, we will not be able to get the desired table format, the only way is to use two table visuals.

 

Best Regards,
Herbert

View solution in original post

4 REPLIES 4
v-haibl-msft
Microsoft Employee
Microsoft Employee

@RMV

 

In such scenario, we may need to create another table and some calculated columns as a trick.

The new created table needs to have a column which includes Category A, B, and Gap like following screenshot. Then we can use IF function to do the desired calculations.

For details, please refer to attached PBIX file.

 

combined table_1.jpgcombined table_2.jpgcombined table_3.jpg

 

Best Regards,
Herbert

 

Hi @v-haibl-msft,

 

This is awesome. I got the concept & managed to create the format.

However, I faced another challenge.

I have 2 slicers from the raw data table, i.e. Table 1 in this example, i.e. entity & month.

Need a further advise, how can I link the slicers to the new table?

v-haibl-msft
Microsoft Employee
Microsoft Employee

@RMV

 

We used calculated columns to get the desired table, so using slicer here is not work as expected, unless we use calculated measure.

But using calculate measures, we will not be able to get the desired table format, the only way is to use two table visuals.

 

Best Regards,
Herbert

Hi @v-haibl-msft,

Thanks for the explanation.

It's not what I expected, since it took an amount of time to do the setting (for example format, interactions, etc)

But, I can live with separated tables for now Smiley Happy

Thanks again.

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! It's time to submit your entry.

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

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.