Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I have a page with various URL buttons and the backend data is only populated where there is a URL to navigate to, otherwise it's blank. There is a table on the page that populates various info about a record into a multirow card when clicked, and I want to make the button not visible if the data for that item's URL is blank and clickable if it is not blank.
I'm using a custom Icon for the button.
I wasnt sure if I should just remove the icon if the button is disabled? But I wasn't sure if no data makes a web URL button "disabled" in Power BI.
Thanks for any help!
Solved! Go to Solution.
Hi @crobinson661
There is no option to make something "disabled" but you can use conditional formatting to make the button invisible / give it some text like " note the link is unavailable".
For the first option, you can use flag measure like :
+ the same on the border if you have one
the result :
Message option:
create a measure like :
using conditional formatting "take it " to the button
and using color conditional formatting to make it red
result
PBIX is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi @crobinson661
There is no option to make something "disabled" but you can use conditional formatting to make the button invisible / give it some text like " note the link is unavailable".
For the first option, you can use flag measure like :
+ the same on the border if you have one
the result :
Message option:
create a measure like :
using conditional formatting "take it " to the button
and using color conditional formatting to make it red
result
PBIX is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
80 | |
76 | |
60 | |
36 | |
33 |
User | Count |
---|---|
91 | |
60 | |
59 | |
49 | |
45 |