Hi
So I am a bit stumped by this, I have a table that contains budget and actuals values but I also want to have budget - actuals and budget / actuals calculated in my pivot.
The layout should be like this with account on rows and Q1 to Q4 as first column context and the four measures as second coloumn context
____________________________________________________________________________Q1______________________________________Q2 etc
Account Budget Actuals Budget - Actuals Budget / Actuals
4000
How can I write in a measure to read the second column context and use that in an If "column context" = Budget then use this "formula" etc for all four measures? I am pretty new to DAX so I am not super familiar with how I go about reading the actual pivot contexts/filters etc.
So I am a bit stumped by this, I have a table that contains budget and actuals values but I also want to have budget - actuals and budget / actuals calculated in my pivot.
The layout should be like this with account on rows and Q1 to Q4 as first column context and the four measures as second coloumn context
____________________________________________________________________________Q1______________________________________Q2 etc
Account Budget Actuals Budget - Actuals Budget / Actuals
4000
How can I write in a measure to read the second column context and use that in an If "column context" = Budget then use this "formula" etc for all four measures? I am pretty new to DAX so I am not super familiar with how I go about reading the actual pivot contexts/filters etc.