background color
5 TopicsCross Tab grand total back ground colours have disappeared in RS May 22 version.
Hi, since the upgrade to May 22 RS version, the background colours on Cross Tab totals have dissapeared. It's ok in desktop (May 22) but once published on the server the colours have dissapeared. It is fine on Table visuals but not on Cross Tabs.576Views0likes1CommentRendering issue with title and background fill
Hi anyone else having this rendering issue in Power BI service where its putting a background border arounf the outside of visuals Here are my slicers in Power BI desktop (August update) with a clean edge either side of the blue title fill But this is whats happening in Power BI Service below. notice the grey surround above and to the right and left of the title bar Really not keen on this look and it's impacting any visual with a filled title bar. I have viewed in Edge, chrome and through my phone browser - all the same issue. Please tell me this is a bug and not a new design?Solved1.9KViews1like3CommentsSetting different report background colors for a group of pages
Client has handed me a legacy Crystal Report for conversion. The first two pages have a white background. Easy. Pages 3 and beyond have a light yellow/beige background. I can set the overall report background to the desired color (#FFF9EB) but that leaves me with a problem on the first two which are supposed to have a plain white background. Is there any way to insert some type of break, as one might do in Microsoft Word? I have tried a kludge with full-page rectangle, but this is very unstable, one pixel either way causes a gap or runover to another page.Solved2.2KViews0likes2CommentsPower BI Conditional Formatting to Table cells on measure values Not work as per custom values
Hello, I am going through one requirement if my measure percent (Compliance %) values are between 0-30 then Red color, 31-84 then Orange color and 85-100 then Green color. I have taken Table matrix visual and in value section I have put my measure percent Compliance %, click on drop down icon and found conditional formatting =>Background color When I applied above image configuration , I received below output So, default conditional formatting is not work as per my requirement. I have gone through DAX and try to get conditional formatting as per the my requirement Created on Measure by using below formula Compliance Color = SWITCH( TRUE() ,[Compliance %] < 0.30, "#FF0000" ,AND([Compliance %]>=0.30,[Compliance %] < 0.85), "#FFA500" ,AND([Compliance %] >=0.85, [Compliance %] < 1.00), "#5FF442", "#5FF442" ) Went to Table visual and select Compliance % in value section selected Conditional Formatting=>Background color After making above image configuration, I received below output which is the actual requirement Thanks for reading, if anyone found this is helpful then I am happy on my work Thanks Microsoft for accepting my post.965Views0likes1Comment