I am trying to achieve what must be a common thing, but I am unable to succeed and cannot locate suitable info.
I have two tables:
(ACTUAL) (BUDGET)
State YYMM Amount State YYMM Amount
QLD 16-05 100 QLD 16-05 105
QLD 16-06 200 QLD 16-06 202
NT 16-05 50 NT 16-05 60
NT 16-06 65 NT 16-06 45
All I need to do is create a table showing the % of Budget VS Actual for each state for each month.
As it is a many to many relationship I am unsure how to link the two tables, or if I should be linking at all.
If I can get the linking right the DAX should be pretty straight forward. Any suggestions much appreciated!