The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi Team,
Need your help for this one. I have two tables as below.
Table 1: monthly units forecast. My painpoint is,
1. How can I get price from Table 2
2. How to calculate revenue once getting price
Table 2: monthly unit price for products
Thanks.
Br,
Carol Yan
Solved! Go to Solution.
1) Load your 2 tables in power bi and "Unpivot" the date Columns in the "monthly unit price for products".
you should have a table like this:
2) Then you can Create a new Column mergin the "Product Number" and the "Date" in both tables
3) Then you can link the 2 tables with the new column you have just created
4) Write the following measure for Revenue=
1) Load your 2 tables in power bi and "Unpivot" the date Columns in the "monthly unit price for products".
you should have a table like this:
2) Then you can Create a new Column mergin the "Product Number" and the "Date" in both tables
3) Then you can link the 2 tables with the new column you have just created
4) Write the following measure for Revenue=
Solved. Thanks so much for your help😁