Forum Discussion
Anonymous
7 years agoNot applicable
Filter is not applying in query string in power bi server
Hi, I have a table and prepared a report in desktop and made a measure which calculate the URL based upon a ID dynamically. URL = "https://app.powerbi.com/groups/ce347380-637d-4700-838f-f7b0029...
Greg_Deckler
Community Champion
7 years agoCan you post your DAX formula? What you posted doesn't look quite correct.
Anonymous
7 years agoNot applicable
"https://app.powerbi.com/groups/ce347380-637d-4700-838f-f7b00294256c/reports/374c3b7b-18f0-46f6-b5ec-2c97cbb01611/ReportSection?filter=Append1/Append1[SIMPrjReqID] eq '&Append1[SIMPrjReqID]&'"
this is the complete dax which i am using to create dynamic url (Append1 is table and [SIMPrjReqID] is column name.)