Forum Discussion

ManoharGorantla's avatar
ManoharGorantla
Microsoft Employee
4 years ago
Solved

Need to create query string url based on user selection in Filters/Slicers in power bi report

Hi,   Could any help me to create a custom query string url based on user selection in report slicers/filters. For example, if any user select one category from report slicer, the query string url ...
  • amitchandak's avatar
    4 years ago

    ManoharGorantla , You can create a measure like example

    example = "http://Abc.com?category" & concatenatex(Table, Table[Column], " ,")

     

    example =max(Table[URL])  & concatenatex(Table, Table[Column], " ,")