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 August 31st. Request your voucher.
I will need a graph to demonstrate 4 criterias for differnt year and round, the mockup graph looks like below
The 4 criterias are: Revenue, Expense, EBITDA, and Margin, these fields are all available on different fact tables.
The rounds need to be Actual 2019, Actual 2020, Actual 2021, Actual 2022, Budget 2023, Forecast 2023, and Budget 2024.
The data is stored in different tables:
Requesting help on how to union these required data field together in order to create the mockup graph.
Really appreciate the help in advance!
Sorry! Forgot to mention, the data provided to me doesn't support Power Query, so have to use measures. Is there a way to achieve that?
Hello @Anonymous ,
Yes, you could use the union function chek this documentation https://learn.microsoft.com/en-us/dax/union-function-dax
check this video https://youtu.be/IPziqmQgJFw
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Follow me on Linkedin
Vote For my Idea 💡
Proud to be a Super User! | |
Hello @Anonymous ,
you need to use Append queries in Power query to union all of these three tables into one table.
check how to append queries https://learn.microsoft.com/en-us/power-query/append-queries
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Follow me on Linkedin
Vote For my Idea 💡
Proud to be a Super User! | |