Icon Library

Loading...

How to Use in Power BI

1. Copy Icon/Flag URL

Click any icon or flag to copy its URL. Icons include your selected color.

2. Add to Power BI

In Power BI, use the Image visual or add the URL to a table column with Image URL data category.

3. Dynamic URLs

You can build dynamic URLs in DAX by replacing the color parameter.

Example DAX:

"https://powerui.app/api/icons/lucide/home?color=" & [ColorColumn]

Pro tip: Export all icons as CSV to quickly import multiple icons into your Power BI dataset.