Forum Discussion
MarceloSilva5_
4 years agoFrequent Visitor
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...
- Anonymous4 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
mohammedadnant
4 years agoImpactful Individual
Pls use nullable in between
from
listdevices as text, listuserprops as textto
listdevices as nullable text, listuserprops as nullable text
Thanks & Regards,
Mohammed Adnan
Learn Power BI: https://www.youtube.com/c/taik18
- MarceloSilva5_4 years agoFrequent Visitor
Doesn't Work 😪