Hi, for the life of me I can't figure this out, driving me nuts.
Trying to get the grand total of V500 Booked in every cell of Total V500 Booked, ultimately to calculate a percentage, but I think I can handle that part.
Something like this ->
V500 Booked is a measure and there are also quite a few slicers filtering the data.
This is where I am right now... TOTAL V500 Booked =calculate(SUMX(VALUES(Project_Data[V500_Contract]),[V500 by Fiscal Date]),ALLSELECTED(Fiscal_Slicers[Date]))
^which gives the correct grand total, but I want the value in every cell of the column.
V500 Booked =calculate([Sum of V500_Contract],USERELATIONSHIP(Project_Data[Booking],Fiscal_Calendar[Date]),ALL(Project_Data[DataView]))
Any help would be greatly appreciated.
Trying to get the grand total of V500 Booked in every cell of Total V500 Booked, ultimately to calculate a percentage, but I think I can handle that part.
Something like this ->
V500 Booked is a measure and there are also quite a few slicers filtering the data.
This is where I am right now... TOTAL V500 Booked =calculate(SUMX(VALUES(Project_Data[V500_Contract]),[V500 by Fiscal Date]),ALLSELECTED(Fiscal_Slicers[Date]))
^which gives the correct grand total, but I want the value in every cell of the column.
V500 Booked =calculate([Sum of V500_Contract],USERELATIONSHIP(Project_Data[Booking],Fiscal_Calendar[Date]),ALL(Project_Data[DataView]))
Any help would be greatly appreciated.