Forum Discussion

revanth1601's avatar
revanth1601
New Member
3 years ago
Solved

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...
  • bradsy's avatar
    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.