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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
fahadkhan
Frequent Visitor

Using Button Slicers as navigation to website links.

Hi everyone, 

 

so my use case is very simple. I have a button slicer on the page and i want to use this as navigation to external pages of lets sy in our case to most popular websites. 

 

at the back end I have a table called websites, with website name and URL to navigate to. 

 

how do i achieve that?

fahadkhan_0-1749410773925.png

fahadkhan_1-1749410814922.png

 

1 ACCEPTED SOLUTION

I was able to recreate this by using a Table and designing it as a menu. Yes there is no other way. 

 

fahadkhan_0-1749692206003.png

 

View solution in original post

6 REPLIES 6
v-sdhruv
Community Support
Community Support

Hi @fahadkhan ,


Yes since there is currently no other way to implement that. You can post the request on the issues forum for it to be implemented if you want.
If it gets enough votes, it  might get implemented.

https://community.fabric.microsoft.com/t5/Issues/idb-p/Issues

Hope this helps!

v-sdhruv
Community Support
Community Support

Hi @fahadkhan ,
Just wanted to check if you had the opportunity to review the suggestions provided?
If the response has addressed your query, please accept it as a solution so other members can easily find it.
Thank You

v-sdhruv
Community Support
Community Support

Hi @fahadkhan ,

Currently theres no way to provide navigation to URLs vis slicers as rightly pointed out by @danextian.
However, you can use buttons to navigate seperately to its respective URLs as described by @MasonMA .

1.Insert button

vsdhruv_0-1749460887757.png

2. In Action, chose Web Url

vsdhruv_1-1749461041455.png

https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-buttons?tabs=powerbi-desktop

Hope this helps!
If the response has addressed your query, please Accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank You!

 

I was able to recreate this by using a Table and designing it as a menu. Yes there is no other way. 

 

fahadkhan_0-1749692206003.png

 

danextian
Super User
Super User

Hi @fahadkhan 

 

It is currently not possible to add an action to a slicer button. Alternatives:

URL conditional formatting on tables/matrices

Shapes linked to a webpage

DAX-generated SVG images that look like buttons to be used on a table or matrix with URL conditional formatting. I use AI for that.





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

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


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.
MasonMA
Super User
Super User

Hi @fahadkhan ;
I'm not sure if there is a straght way to open the webpage by dicretly clicking the item on Button Slicer. However, i would add a blank button to perform as an 'open' action to redirect users to the webpage. This would be a simpler workaround. You would only need to use a 'SELECTEDVALUE' calcualted measure like: 

 

SelectedWeb = SELECTEDVALUE(Table[WebsiteURL], BLANK())

MasonMA_0-1749420201266.png

 

After users made their selections they can click 'GO' to open the webpage. For the Action setting on 'GO' button, use the Web as its type and the above calcualted measure as 'fx'. 

 

Thanks and please let me know if there are better solutions:) 

Mason

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.