Forum Discussion
Koy
1 year agoHelper I
Card (New) not publishing (error fetching data)
I have a dashboard that was working fine until yesterday, and now when I publish and view in service the cards are no longer funtioning (works fine on DB, shows error in service). I completely delet...
- 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.
SaiTejaTalasila
1 year agoSuper User
Hi Koy ,
Is your report published on premium capacity workspace?.No, Please check whether the same issue occurs on premium capacity workspace or not.
Thanks,
Sai Teja
- Koy1 year agoHelper I
I have been trying it in a premium space and my own workspace, both have the error. Also had aother users view it in the premium to confirm they see it same as me and they do.