Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Dynamic Links to other report

Hi, 

 

I have 2 reports and i want one of the reports create a dynamic link to the second report.

For example: i want to select some filters and slicers one of the reports, and click on dynamic link and i will go to other report with same filters inserted, it's possible?

 

I try this (example) 

VAR year =
    SELECTEDVALUE('calendar'[Year])
RETURN
IF(HASONEFILTER(LINK[Key colummKEY ]),VALUE([URL),year)


Thanks for your attention and regards. 

7 REPLIES 7
v-yuezhe-msft
Employee
Employee

@Anonymous,

Could you please share sample data of your table and post expected URL format here?

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Hi, 

@v-yuezhe-msft @LivioLanzo

 

Sorry but i already got it with this: https://powerbi.microsoft.com/es-es/blog/power-bi-desktop-august-2018-feature-summary/

 

Ex..PNG

Thanks for your attention 🙂

Kind regards 

LivioLanzo
Solution Sage
Solution Sage

You need create a dynamic link like this:

 

https://docs.microsoft.com/en-us/power-bi/service-url-filters

 


 


Did I answer your question correctly? Mark my answer as a solution!


Proud to be a Datanaut!  

Anonymous
Not applicable

Thanks @LivioLanzo !!

It's possible with dynamic filters on url? not a static filter? 

Best regards . 

@Anonymous 

a dynamic URL can be created by using a DAX measure

 


 


Did I answer your question correctly? Mark my answer as a solution!


Proud to be a Datanaut!  

Anonymous
Not applicable

@LivioLanzo

Do you know the formula or example?

Thanks again ! 

Regards. 

@Anonymous

 

I cannot provide a general formula as this depends on your model / visual.

 

The part of the URL that you need to make dynamic is this one:

 

 

?filter=Store/Territory eq 'NC'

 

 

If you take a look at my first reply, you can find a YouTube video from Guy In A Cube which explains how he uses it

 

 

 


 


Did I answer your question correctly? Mark my answer as a solution!


Proud to be a Datanaut!  

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors