Filter results from a Slicer that calls a mesure

ffarah

New Member
Joined
Jul 13, 2016
Messages
2
I seem unable to filter the data that is derived from my Slicer which uses the SWITCH command to call a measure. The results of the data are correct except that I cannot filter the information. The measure when used directly works fine, but not when called from a slicer.

the Slicer DAX is as follows:

=switch (TRUE,
Min( Analysis1[ID] ) = 1,
FORMAT([Cascade_Value_All],"$#,#0"))

NOTE. The measure [Cascade_Value_All] works fine on its own and I have no problem filtering, but when I run the measure through the Slicer it brings in unwanted data

Appreciate your help.

Thanks
Frank
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).

Forum statistics

Threads
1,216,033
Messages
6,128,427
Members
449,450
Latest member
gunars

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top