Forum Discussion
Card (New) not publishing (error fetching data)
- 1 year ago
I think what you were missing here was conditional format on the reference labels. I found that when that conditional format was the same as the format on the Accent bar it would not publish correctly.
My solution was to create a new measure that determined the color.
IND LE Color = Switch(True(),[ACvsLE]<0,"#FF0000",[ACvsLE]=0,"#e56e1d",[ACvsLE]>0,"#59a33a")In the conditional formatting of my refernece labels, I used Field Value and selected the new color measure. That solved all my publishing issues.
Hi Koy
I tested it according to your description, but unfortunately, I couldn’t reproduce your error.
Desktop:(2.132.1053.0 64-bit (August 2024))
Service:(Service version:13.0.24209.56)
You can remove all the conditional formatting from the cards as a workaround.
Error fetching data for this visual - Mobile Layou... - Microsoft Fabric Community
You can also create a support ticket for free and a dedicated Microsoft engineer will come to solve the problem for you.
It would be great if you continue to share in this issue to help others with similar problems after you know the root cause or solution.
The link of Power BI Support: https://powerbi.microsoft.com/en-us/support/
For how to create a support ticket, please refer to: How to create a support ticket in Power BI - Microsoft Fabric Community
Thank you for your understanding.
Best Regards,
Jayleny
If this post helps,then please considerAccept it as the solution to help the other members find it more quickly.
I think what you were missing here was conditional format on the reference labels. I found that when that conditional format was the same as the format on the Accent bar it would not publish correctly.
My solution was to create a new measure that determined the color.