Forum Discussion
Sum data between unrelated tables
- 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 Ah okay! Done! Now i have a date column added to both data tables that looks like this :
So now how would i create a % to Quota equation that will give me a view for the full year?
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
- stephaniebl6 years ago
Helper I
mwegener I am now using the date table instead of month table
But i receive this error when using the quick measure year to date sales & filtering by Date
- stephaniebl6 years ago
Helper I
mwegener Nevermind it works now based on my original measure with the date table change. Thank you!