Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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.
regards,
Ansar.
Solved! Go to Solution.
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.
@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.
@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.
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.
@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.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
109 | |
97 | |
95 | |
38 | |
36 |
User | Count |
---|---|
151 | |
125 | |
75 | |
74 | |
53 |