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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Syndicate_Admin
Administrator
Administrator

Hyperlink affected by filters

Hello.

I am inserting PBI analysis in the company's CRM (Dynamics 365 Sales), and I am asked to be able to navigate from these analyses inserted in detail in the CRM. I have inserted a hyperlink for example to the list of offers, but I can't find that if the analysis has a date filter the list that opens the hyperlink is affected by the filter, do you know if this is possible and if it were the case how to do it?

Everything I find helps, for example, to insert hyperlinks in tables to see specific offers, but it is not what we would be looking for.

Thanks a lot

1 REPLY 1
MattiaFratello
Solution Supplier
Solution Supplier

You saying the DAX Measure
SelectedURL =
VAR SelectedValue = SELECTEDVALUE('YourTable'[YourSlicerColumn])
RETURN
LOOKUPVALUE('YourURLTable'[URL], 'YourURLTable'[YourSlicerColumn], SelectedValue)

won't work for your case?

 

1. Card

  • Add a Card or Table visual and use the measure as a field.
  • Set the field to "Web URL" format (Modeling > Data Category > Web URL).

2. Buttons

If you want a slicer to control navigation, you can:

  • Create a button in Power BI.
  • Use the button's Action property and set it to "Web URL."
  • Use the SelectedURL measure as the destination URL.

Alternatively, have you looked into Power Apps?

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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