Forum Discussion

ppgandhi11's avatar
ppgandhi11
Icon for Helper V rankHelper V
8 years ago
Solved

How to display filter values on same page as filter itself?

Hi,   I have about 5 filters on page1. each of them is a long list. There is a visual on the lower half. Every time user has to scroll through each of the filters to see which ones are selected. Is...
  • Phil_Seamark's avatar
    8 years ago

    Hi ppgandhi11

     

    You can create a calculated measure similar to the following and just drag it to a Card Visual on your report canvas.  It will display the currently selected value from the table[column] from your slicer.

     

    Measure = SELECTEDVALUE('Table 2'[Column])