Forum Discussion

MarceloSilva5_'s avatar
MarceloSilva5_
Frequent Visitor
4 years ago
Solved

How to pass a empty parameter in URL filter query string

Hello i have a question: I created this query:   (Name as text,datetimestart as text, datetimeend as text, listzones as text, listaps as text, listdevices as text, listuserprops as text, topreg...
  • Anonymous's avatar
    Anonymous
    4 years ago

    Hi MarceloSilva5_ ,

    Please try to update the codes of parameter listdevices and listuserprops as below and check if it can work or not:

     

    null meta [IsParameterQuery=true, Type="Text", IsParameterQueryRequired=false]

     

    And you can get the details of query parameter in the following links.

    Creating Dynamic Parameters in Power Query

    Best Regards