Forum Discussion
Dynamic Styling/Images Power BI
I am looking to persoanlize/stylize published content for Power BI users.
An example of what I would like to do is use dynamic logos (images) based on login, or when a selection is made in a slicer.
Does anyoneknow if this is a feature in Power BI, and whethere I can control image appearance on login, or through the user of slicers?
Thanks!
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
4 Replies
- Phil_SeamarkMicrosoft Employee
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.
- AnonymousNot 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_SeamarkMicrosoft 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