Forum Discussion
revanth1601
3 years agoNew Member
Power BI report builder LineThrough in Text decorator not consistent
Hello, I've developed a report in Power BI report builder and published to Power BI service which has a conditional LineThrough in the text decorator. EX: IIF(Text="ABC", "LineThrough", "Default"). I...
- 3 years ago
Nice catch, that does look like a bug. The CSS has the wrong property name. There is a large update for paginated reports coming up and I see it is fixed in that. You can actually try the update(not fully production ready) to see if it fixes your issue. Add "?useReactRenderer=1" to your URL. If you already have the "?" with a parameter, use an "&" instead. You might have to add "&useReactParameterPane=1" as well.
bradsy
Microsoft Employee
3 years agoThe large update has been delayed due to other issues. It will come out once all those issues are fixed. I am hoping within the next couple of weeks. Sorry for the delay.
WheresWally
Helper III
3 years agoHi Bradsy,
Noted the update was released. The expand/collapse field feature looks to be broken in paginated reports published to the service now (toggle).