Forum Discussion

ajin's avatar
ajin
Icon for Helper II rankHelper II
7 years ago
Solved

Unable to use URL Filter.

Hi Guys,   Trying to get this url (https://app.powerbi.com/view?r=eyJrIjoiMDVhNjdmM2ItNmE1YS00MmFkLWI4OTUtNWQyZmEzNmJlNGU3IiwidCI6ImU0MjI2MjdiLWVmNjUtNDUyZi04ZmIzLWIxMDlhNzhmMTMwNSIsImMiOjZ9?filter...
  • v-yuta-msft's avatar
    7 years ago

    Hi ajin,

     

    There are a couple of things to be aware of when using the query string parameters, Please check if your URL is valid by checking tips below:

    • When using the in operator, the values to the right of in must be either a comma-separated list enclosed in parentheses.
    • In Power BI Report Server, you can pass report parameters by including them in a report URL. These URL parameters are not prefixed because they are passed directly to the report processing engine.
    • Query string filtering does not work with Publish to web or Power BI Embedded.
    • The long data type is (2^53-1) due to Javascript limitations.

    Regards,

    Jimmy Tao