Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Slicer

Hello All,

 

I have requirement to use slicer with three fields "Total Potential savings" Total Weighted savings" and Total Actual Savings"

So that user can select any one to display the data in the graph.

 These fields are mesures and are calculated like below.

Total Weighted Savings1 =
CALCULATE (
    SUM('Sheet1'[Weighted Savings]),
    FILTER (
        ALLEXCEPT('Sheet1', Sheet1[Business Unit], Sheet1[Site],Sheet1[Area]),
        'Sheet1'[Month]<=max('Sheet1'[Month])
        )
    )
 
Please help me how can we use these measures in slicer to slice as per user need

 

5 Replies