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
Hello,
I have a table where I'm trying to perform conditional formatting. I have a measure where I'm calculating the MIN of the Reprint Rate Column. However, there's something funky going on where there's no relationship to the row and so I can't compare the reprint rate to the Best in Network measure.
Ultimately, I'd like to compare the Reprint Rate against the Best in Network and if its the value then it should be green otherwise red.
Here are the measures:
Reprint Rate = IFERROR([Reprints]/[__Printed],0)
Does anyone have any recommendations? THANK YOU IN ADVANCE!
Solved! Go to Solution.
Hi @Anonymous
You can produce your required output by wrapping the table with 'all' to ignore row filter context in Minx function.
Minx = minx(all('Table'),'Table'[Reprint Rate])
Then you can use the conditional formatting on the measure to specify the color as you require.
I attach an example pbix file.
Hi @Anonymous
You can produce your required output by wrapping the table with 'all' to ignore row filter context in Minx function.
Minx = minx(all('Table'),'Table'[Reprint Rate])
Then you can use the conditional formatting on the measure to specify the color as you require.
I attach an example pbix file.
User | Count |
---|---|
13 | |
10 | |
8 | |
7 | |
5 |
User | Count |
---|---|
24 | |
16 | |
15 | |
10 | |
7 |