cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
ansar
Helper II
Helper II

2 Fact table - How to sum the values in to

Dears, need your help,

 

i have 2 fact table in my model , which is connected to date table and a Dim table(Driver).

 

Is there any way the model consider 2 fact table as one and get the total values of LC amount column from both table without sum both individual measures.

 

Total PE & SO = SUM('PE & SO'[ LC amnt])
Total BDA = SUM(BDA[ Amount LC])
Total = [Total BDA] + [Total PE & SO]

 

ansar_0-1652424177305.png

 

ansar_1-1652426747276.png

 

regards,

Ansar.

2 ACCEPTED SOLUTIONS

Thanks @SpartaBI , let me know my understand is clear from your reply

1. both fact table is not having similar structure only few fields are common (Date, Driver, Agreement #) so append in power query is also not a good option

2. combine both measure in to one dax formula is the solution suggested, then we can slice n dice based on dim table relation ship.

View solution in original post

SpartaBI
Community Champion
Community Champion

@ansar yes 🙂
You can also just put everthing in one measure, in case you don't use the other two for anything else excpet for the final one. It's the same, just fewer measures in the pane on the right. No impact on result or performance.

Total = SUM(BDA[ Amount LC]) + SUM('PE & SO'[ LC amnt])


2022-05-09 22_36_04-Power BI Workspace Datasets License Permissions - Microsoft Power BI Community.png

Showcase Report – Contoso By SpartaBI


SpartaBI_3-1652115470761.png  SpartaBI_1-1652115142093.png   SpartaBI_2-1652115154505.png

Full-Logo11.png

View solution in original post

3 REPLIES 3
SpartaBI
Community Champion
Community Champion

@ansar no 🙂
If these two tables are the same structure and only diffrentiate by one column you can union them in Power Query or in DAX and have a column that will have 2 values: BDA and PE & SO. Then you could just create one measure and slice and dice by filters on that column etc.


2022-05-09 21_46_30-Auto sign in click on _Sign-in_ if button appears ... - Microsoft Power BI Commu.png

Showcase Report – Contoso By SpartaBI


SpartaBI_3-1652115470761.png  SpartaBI_1-1652115142093.png   SpartaBI_2-1652115154505.png

Full-Logo11.png

Thanks @SpartaBI , let me know my understand is clear from your reply

1. both fact table is not having similar structure only few fields are common (Date, Driver, Agreement #) so append in power query is also not a good option

2. combine both measure in to one dax formula is the solution suggested, then we can slice n dice based on dim table relation ship.

SpartaBI
Community Champion
Community Champion

@ansar yes 🙂
You can also just put everthing in one measure, in case you don't use the other two for anything else excpet for the final one. It's the same, just fewer measures in the pane on the right. No impact on result or performance.

Total = SUM(BDA[ Amount LC]) + SUM('PE & SO'[ LC amnt])


2022-05-09 22_36_04-Power BI Workspace Datasets License Permissions - Microsoft Power BI Community.png

Showcase Report – Contoso By SpartaBI


SpartaBI_3-1652115470761.png  SpartaBI_1-1652115142093.png   SpartaBI_2-1652115154505.png

Full-Logo11.png

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

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

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors