Is it possible to use a slicer as a parameter to a DAX Summarize function?
问题 I have a FactLosses Table, and a DimAccumulation table. I have brought them into PowerBi and I have placed a slicer to choose which accumulation zones i am 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. But only on the data that applies to the zones the user picked. I am using the following DAX code to do the group by like so... Table = SUMMARIZECOLUMNS(FactForwardLookingAccumulation[Year], "Losses By