Forum Discussion
Dynamic Styling/Images Power BI
- 9 years ago
You can have a table that contains a column with URL's to various logos. The table can be filtered by the chiclet slicer (or a normal slicer).
Some visuals, like the one below can accept a URL string and will display the logo. Just make sure the logos are somewhere on the web that can be referenced by a URL
https://app.powerbi.com/visuals/show/ImgViewerVisual1455487926945
for example, the below string would display the Power BI Logo, so you would store that text value in your Logo column
Have you played with the Chiclet slicer from the Gallery?
https://app.powerbi.com/visuals/show/ChicletSlicer1448559807354
There is a sample PBIX file that you can download to see if it might suit what you are after.
- Anonymous9 years agoNot applicable
Thanks Phil_Seamark
I haven't applied the use of this slicer yet, but I can already see where it would come in handy.
Thank said, if a slected otption within the slicer had a uniquely identifiable image, how might I brand the page by using this slicer?
Thanks.
- Phil_Seamark9 years agoMicrosoft Employee
You can have a table that contains a column with URL's to various logos. The table can be filtered by the chiclet slicer (or a normal slicer).
Some visuals, like the one below can accept a URL string and will display the logo. Just make sure the logos are somewhere on the web that can be referenced by a URL
https://app.powerbi.com/visuals/show/ImgViewerVisual1455487926945
for example, the below string would display the Power BI Logo, so you would store that text value in your Logo column
- Anonymous9 years agoNot applicable