Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I have 4 columns in table
1.Items,2.purchageamount,salesamount,decription
my contion is when puchargeamount<salesamount then enterrow is red other wise green
codition format shoulbe enterrow based on condtion
anybody help.its possible in power bi
any custom report is avaible
Thanks
Aruna
Solved! Go to Solution.
Hi,
As far as I am aware, what you are asking for is not currently possible. It has been raised as an idea here - https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/19385893-conditional-formatting-c... - and so may be implemented in the future.
One solution would be to create a column which calculates purchaseamount - salesamount, and is then red or green dependent on the value being above or below 0, to give an indication of the condition? This would only work for that cell though....
Hi,
As far as I am aware, what you are asking for is not currently possible. It has been raised as an idea here - https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/19385893-conditional-formatting-c... - and so may be implemented in the future.
One solution would be to create a column which calculates purchaseamount - salesamount, and is then red or green dependent on the value being above or below 0, to give an indication of the condition? This would only work for that cell though....