Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
I am working on a report that shows our current inventory and our minimum on hand inventory quantity. If the current inventroy is lower than what our min is then I want to highlight these records in red. I have watched a few videos that suggest creating a measure that looks something like this:
if( [currentonhandinventory] < [minimumonhandinventory], "red" )
Has anyone ever done something like this? any responses will be helpful.
You can create a calculation that outputs different values based on business logic conditions you select. Creating a formula is usually faster than creating multiple rules in the conditional formatting dialog.
For example, the following formula applies hex color values to a new Affordability rank column, based on existing Affordability column values:
To apply the colors, select Background color or Font color conditional formatting for the Affordability column, and base the formatting on the Field value of the Affordability rank column.
The example table with Affordability background color based on calculated Affordability rank looks like this:
You can create many more variations, just by using your imagination and some calculations.
Related Blog
powerbi - Power BI: How to conditionally format a row of a table in Power BI DAX - Stack Overflow
Mark my post as a solution if it helped you| Munde and Kudis (Ladies and Gentlemen) I like your Kudos!! !!
My YT Channel Dancing With Data !! Connect on Linkedin !!Power BI for Tableau Users
Thank you for the quick response @ribisht17 . I am trying to follow along with what you are saying but anything you might have posted after the ":" did not post. I am unable to see the formula and the example that you were able to provide. I am using the link you have also added.
Thanks
Please check this one Apply conditional table formatting in Power BI - Power BI | Microsoft Docs
Regards,
Ritesh
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
25 | |
19 | |
18 | |
18 | |
18 |
User | Count |
---|---|
37 | |
25 | |
18 | |
17 | |
13 |