Forum Discussion

dannyh246's avatar
dannyh246
Regular Visitor
8 years ago

Slicer with SummarizeColumn

I have a FactLosses Table, and a DimAccumulation table.

 

I have a slicer to choose which accumulation zones im interested in. 

 

Once the user has selected the zones, i want to perform a group by year on the losses and sum the losses into year buckets.

 

I am using DAX to do this currently.

 

Table = SUMMARIZECOLUMNS(FactForwardLookingAccumulation[Year], "Losses By Year", SUM(FactForwardLookingAccumulation[Net Loss Our Share Usd]))

 

Problem is the new table always produces the same result. i.e When i make changes to which accumulation perils should be included it makes no difference.

 

Can this be done?

1 Reply