Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Dear Community,
I try since days to create a Matrix Visual with the above Sales. But it doesn´t work.
I hope someone can help me.
Thank you in advance
Mary
Solved! Go to Solution.
Hello, thank you for your solution. On the end I split the table in 2 tables. One with open Orders and one with Net_Sales. Both connected with a Datetable and a Date range for each tables.
Hello, thank you for your solution. On the end I split the table in 2 tables. One with open Orders and one with Net_Sales. Both connected with a Datetable and a Date range for each tables.
Hello!
I believe that the ideal way would be for you to join the columns "Net_sales_LC" and "open Orders Sales_LC" in a single column. You can do this in PowerQuery using the "Append" operation or create a new DAX metric using the SWITCH command to switch between previous sales and the forecast. Would that work?