Problem Users Are Facing: Currently in Power BI, Card visuals can display numbers, text, and images (via Image URL), but they cannot be clickable to open a webpage. This forces users to use extra visuals like Buttons or Tables to make links accessible, which: Clutters dashboards Makes the user experience less intuitive Increases development effort for dashboards with KPIs linked to external resources Proposed Solution: Enable Card visuals to accept a Web URL column, similar to Image URL. When clicked, the Card would open the webpage directly. Benefits / What It Will Help: Cleaner dashboards – no extra buttons or tables required Better user experience – users can click KPIs to drill into external reports, webpages, or documentation Faster dashboard creation – developers don’t need workarounds to make links accessible More interactive KPIs – users can combine metrics with actionable links in a single visual Example Scenario: A MovieLens dashboard shows the Selected Movie on a Card visual. Currently, to open the TMDB/IMDB page, a separate Button is required. With this change, the Card itself could be clicked to open the movie page, while still showing metrics like rating or number of reviews. Optional Enhancements: Tooltip showing webpage title or key details Support multiple link types (internal report, webpage, documentation)
... View more