Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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 November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.