Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi, can someone help to create a Dax, to compare the two columns showing below
Solved! Go to Solution.
Hi,
You can simply create a measure to compare your existing measures or columns. e.g. here
Measure1 = [WTD 550 Release Plan %] - [550 Target %]
Now, use that measure to any conditional formatting. e.g. if value > 0 then Red / Green and vice versa.
Hope this resolves your problem.
If it does, then please mark this as solution. Thanks
Hi,
You can simply create a measure to compare your existing measures or columns. e.g. here
Measure1 = [WTD 550 Release Plan %] - [550 Target %]
Now, use that measure to any conditional formatting. e.g. if value > 0 then Red / Green and vice versa.
Hope this resolves your problem.
If it does, then please mark this as solution. Thanks