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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

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
Resolver IV
Resolver IV

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
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

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

Feb2025 NL Carousel

Fabric Community Update - February 2025

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