Forum Discussion
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
- amustafa
Solution Sage
Select details on the error message and see what it says.
- DagdasAlbag
Helper I
This is the message I get:
This visualization cannot be displayed.To display this custom visual, you must first add it to this report: PBI_CV_81BBAD08_3ADD_466C_8819_9FACA21A6B8F
Try again later or contact support. Provide the following details when contacting support.
Hide details
- amustafa
Solution Sage
Similar issue was reported but it was related to Gateway. Not sure if in your case, your source data requires Gateway connection or not.
Solved: Power BI displays visuals in Desktop version, but ... - Microsoft Fabric Community