Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
There are 2 columns namely current and new. If values of new column matches with any of the future entries of Current, it means failed and If we find one such entry - the values are to be highlighted. I need Dax solution for this
hi @SwathiJanu
not sure if i fully get you.
supposing you have a data table like:
try to
1) plot a table visual with the two culumns
2) apply the conditional formating of the background color for the new column with a meausre like:
measure =
IF(
MAX(data[new]) IN ALLSELECTED(data[current]),
"Red"
)
it worked like:
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
15 | |
15 | |
13 | |
11 | |
10 |
User | Count |
---|---|
11 | |
10 | |
6 | |
6 | |
6 |