Forum Discussion
URLs Power Bi Desktop
- 7 years ago
Hi Anonymous ,
It can be achieved by measures.
Report URL = "https://msit.powerbi.com/groups/me/reports/xxxxxxx/ReportSection" Report Filter = IF(ISFILTERED(Table3[Column1]),[Report URL]&"?filter=" & "Output/Employee" & " eq " &"'" & SELECTEDVALUE(Table3[Column1]) & "'",[Report URL])
Replace the report URL, table name, column name with your own values in above measure formulas.
Best regards,
Yuliana Gu
Yuilian Gu, firstly thanks for the excellent feedback as always. here is a silly question. Can you make the url dynamic show - say if i filtered on a slicer that change is reflected in the URL i.e. we have a updated URL to reflect the action i have just preformed..
Hi Anonymous ,
It can be achieved by measures.
Report URL = "https://msit.powerbi.com/groups/me/reports/xxxxxxx/ReportSection" Report Filter = IF(ISFILTERED(Table3[Column1]),[Report URL]&"?filter=" & "Output/Employee" & " eq " &"'" & SELECTEDVALUE(Table3[Column1]) & "'",[Report URL])
Replace the report URL, table name, column name with your own values in above measure formulas.
Best regards,
Yuliana Gu
- Anonymous7 years agoNot applicable
Yuiliana Work prefectly, many thanks. going to post another follow up question.
- Anonymous7 years agoNot applicable
part 2. to the above question... link https://community.powerbi.com/t5/Desktop/add-an-additional-filter-criteria-to-selction/m-p/717659#M346352