Forum Discussion

PowerWhy's avatar
PowerWhy
Icon for Helper IV rankHelper IV
3 years ago
Solved

How to retrieve selected value from a slicer without crossfiltering?

Hello,   I have a slicer that the user selects the fiscal year from. I also have a matrix visualisation which the slicer does not filter (there are reasons) under "Edit Interactions" the cross filt...
  • johnt75's avatar
    3 years ago

    You could create a disconnected table for use in the slicer. Make sure that the Edit Interactions is set to filter and then the measure will be able to retrieve the SELECTEDVALUE of the column from the disconnected table.

    You can create the table with something like 

    Slicer dates = VALUES('Date'[Financial year])