Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello,
I have a table which calculates the material balance at each stage of production. I need to display red circular indicator if the material balance gets to 0 and green indicator if it is not 0.
I have read the topics and the guides on how to display images using their image URLs. The green and red indicator image URLs are in a new table and the Data Category has been set to Image URL in the Modelling tab. But still, I am unable to display the images. I greatly appreciate your help.
In this screenshot, different materials are shown and their balance is not 0 at the moment, hence I want to show green indicator in a new column next to 'Diff'.
Screenshot below:
Solved! Go to Solution.
I just created a simple expression and set it to Img Url and dragged it to my table.
Image = if (Table1[KPI]=0 , "https://st.depositphotos.com/1012074/2198/v/950/depositphotos_21989189-stock-illustration-icon-depicting-a-green-traffic.jpg" , "https://st.depositphotos.com/1012074/2198/v/950/depositphotos_21987991-stock-illustration-vector-glossy-icon-depicting-red.jpg")
It didn't work with some images not sure why. I got a broken image icon.
There is also a custom visual that does kpis.
I just created a simple expression and set it to Img Url and dragged it to my table.
Image = if (Table1[KPI]=0 , "https://st.depositphotos.com/1012074/2198/v/950/depositphotos_21989189-stock-illustration-icon-depicting-a-green-traffic.jpg" , "https://st.depositphotos.com/1012074/2198/v/950/depositphotos_21987991-stock-illustration-vector-glossy-icon-depicting-red.jpg")
It didn't work with some images not sure why. I got a broken image icon.
There is also a custom visual that does kpis.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
76 | |
57 | |
37 | |
34 |
User | Count |
---|---|
99 | |
56 | |
56 | |
46 | |
40 |