Hello All,
I am fairly new to PowerPivot. I have a table called Tran with Fiscal Year, Period, and Amount, and other descriptive fields. I am trying to make a PowerPivot table which will have columns Fiscal Year, Period, Amount, Total Amount for a given fiscal year, Amount / Total Amount for given fiscal year. I am currently using this formula:
=CALCULATE(SUM([Amt]),FILTER('Tran','Tran'[FY] = EARLIER('Tran'[FY])))
This correctly total provides the yearly total for a given fiscal year. Unfortunately, when I use slicers with my other descriptive fields, these totals do not update. I'm hoping when it filters for the totals to update based on this filter as well.
Can anyone help me?
I am fairly new to PowerPivot. I have a table called Tran with Fiscal Year, Period, and Amount, and other descriptive fields. I am trying to make a PowerPivot table which will have columns Fiscal Year, Period, Amount, Total Amount for a given fiscal year, Amount / Total Amount for given fiscal year. I am currently using this formula:
=CALCULATE(SUM([Amt]),FILTER('Tran','Tran'[FY] = EARLIER('Tran'[FY])))
This correctly total provides the yearly total for a given fiscal year. Unfortunately, when I use slicers with my other descriptive fields, these totals do not update. I'm hoping when it filters for the totals to update based on this filter as well.
Can anyone help me?