Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

URLs Power Bi Desktop

Hi Experts   How do you do the following " Say you're working in Power BI Desktop. You want to create a report that has links to other Power BI reports, but you want to show only some of the i...
  • v-yulgu-msft's avatar
    v-yulgu-msft
    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