Quick summary
Adding a hyperlink in Power BI requires categorizing a URL column as a Web URL data category so that the Table visual renders it as a clickable link. This step-by-step process is done entirely inside Power BI Desktop without any custom code or DAX formulas.
Steps
- Launch Power BI Desktop and click Load to load your dataset.
- Once the data is loaded, select a visual to display your data.
- Switch to the Table view using the view switcher on the left sidebar.
- In the Table view, click the Product Page (URL) column to select it.
- Go to the Column tools tab and click the drop-down arrow for Data category.
- Set the Data Category to Web URL from the dropdown list.
- Click the save icon to save your Data category changes.
- Navigate to the Table visual to verify that the URL column now displays as clickable hyperlinks.



