The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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.
User | Count |
---|---|
64 | |
55 | |
54 | |
51 | |
31 |
User | Count |
---|---|
180 | |
88 | |
70 | |
46 | |
43 |