Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

URL link not working correctly

Hi Experts (file used has made up data)

 

I have two PBIX files, 1. URL Link Test File 1 annd 2. URL Link Test File 3. 

The first file is has sale details by employee, the second file has a detailed analysis of that employee in terms of sales. The first file has the drill trhough function built into it. files have been up loaded to drop box.

file 1

https://www.dropbox.com/s/nemxtdv69m30xsh/URL_Link_Test_File_1.pbix?dl=0

file 3

https://www.dropbox.com/s/fnbxrn1sv9okk5m/URL_Link_Test_File_3.pbix?dl=0

 

i have added a link to the first file which when clicked should take the user into the file 3 and filter the date by that employee so for row 1 table Sales Person Details in file 1 i should see Anne, Dodsworths sales details. 

 

not sure what i am doing wrong...

i also used the following link as guidance..

https://www.cloudfronts.com/dynamic-url-filtering-power-bi/?unapproved=6890&moderation-hash=ec0549e995619ec23f5f09da32e3f634#comment-6890

 

  • Hi Anonymous ,

     

    The URL in your sample is not proper, plz replace it with :

     

    link = "https://app.powerbi.com/groups/6a4fa620-97e6-425b-ba79-1c9b9c209e68/reports/f87a6b90-0fda-47c0-8517-2cfe146052f1/ReportSection4b0c446f1572368f03a6?ctid=273106dc-2878-42eb-b7c8-069dcf334687?filter=DM_Sales_Person%252FSales_Person%20eq%20%27"&[Sales Person]&"%27"

2 Replies

  • v-frfei-msft's avatar
    v-frfei-msft
    Community Support

    Hi Anonymous ,

     

    The URL in your sample is not proper, plz replace it with :

     

    link = "https://app.powerbi.com/groups/6a4fa620-97e6-425b-ba79-1c9b9c209e68/reports/f87a6b90-0fda-47c0-8517-2cfe146052f1/ReportSection4b0c446f1572368f03a6?ctid=273106dc-2878-42eb-b7c8-069dcf334687?filter=DM_Sales_Person%252FSales_Person%20eq%20%27"&[Sales Person]&"%27"
    • Anonymous's avatar
      Anonymous
      Not applicable

      thanks supprt team... i see the error, much appreciated for the excellent feedback.