Forum Discussion

DagdasAlbag's avatar
DagdasAlbag
Icon for Helper I rankHelper I
2 years ago

power bi measure does not work

Hello, I am facing a small problem and would like to ask for your help.

Currently, I am working on a project where I have created graphics for gold, silver, and bronze in Power BI Desktop. These graphics are displayed correctly there. However, I have noticed that they are not displayed properly once I publish the project in the Power BI Service.

 

Power BI Desktop:

 

Measures:

Medaille =

IF([Ø Wertung (Aufgelaufen)]>=85,

"https://www.pngall.com/wp-content/uploads/2017/03/Gold-Medal-PNG-Images.png",

IF([Ø Wertung (Aufgelaufen)]>=70,

"https://www.pngall.com/wp-content/uploads/2017/03/Silver-Medal-PNG-File.png",

IF([Ø Wertung (Aufgelaufen)]>=50,

"https://toppng.com/uploads/thumbnail/bronze-medal-11530996096nc8c4cvpcz.png",

"https://toppng.com/uploads/thumbnail/bronze-medal-11530996096nc8c4cvpcz.png")))

 

Power BI Service:

 

 

I have already tried various solutions, but so far without success. Since I am confident that this must be a simple setting or a small trick that I have overlooked, I am now turning to you.

Does anyone have an idea of how I can fix the problem and ensure that the graphics are displayed correctly in the Power BI Service?

Thank you in advance for your support!

3 Replies