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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have two tables, "Budget" and "Actuals". They have some simliar columns like "Revenue".
I am trying to create a matrix that shows "Revenue" in a row with "Budget" and "Actual" columns.
e.g.
Budget | Actual
Revenue | $XXX | $YYY
I tried to create a new column on both of my tables that indicate whether the value is a "Budget" or "Actual" value, but I can't seem to get that to work.
Has anyone created something like this before?
Solved! Go to Solution.
hi, @Anonymous
In Budget table, add a calculate column
Type = "Budget"
In Actuals table, add a calculate column
Type = "Actuals"
Then darg it in matrix
If not case, share some simple sample data and your expected output.
Best Regards,
Lin
hi, @Anonymous
In Budget table, add a calculate column
Type = "Budget"
In Actuals table, add a calculate column
Type = "Actuals"
Then darg it in matrix
If not case, share some simple sample data and your expected output.
Best Regards,
Lin
Thanks Lin!
This worked perfectly.
User | Count |
---|---|
98 | |
75 | |
69 | |
49 | |
26 |