Forum Discussion
stephaniebl
Helper I
6 years agoSum data between unrelated tables
Hello, I have two sales data tables, one includes captured sales revenue & the other contains adjustments that are made to the revenue due to returns/late additions/etc. In order to get true sa...
- 6 years ago
Hi stephaniebl ,
did you change the m:n relationship?
You may download my PBIX file from here.
Hope this helps. - 6 years ago
Hi stephaniebl ,
are you using the date table now?
Create a sales measure...
Sales = SUM('CIA/HCA Cognos Revenue'[Extended Sales PMAR Amount]) + SUM('Adjust & Quota'[Adjustment])... and a YTD quick measure
https://docs.microsoft.com/en-us/power-bi/desktop-quick-measures
mwegener
Most Valuable Professional
6 years agoHi stephaniebl
try this
Date = DATE(LEFT('Adjust & Quota'[YYYYMM],4),RIGHT('Adjust & Quota'[YYYYMM],2),1)stephaniebl
Helper I
6 years agomwegenerdo I add this to my date table as a new column?