Forum Discussion
Conditional formatting issue with matrix visual
- 1 year ago
ERing then add both dimensions to the ALLSELECTED, review the results now, image attahced.
25Percentile = PERCENTILEX.INC(ALLSELECTED('Table'[Score Subcategory],'Table'[Score Category]),
'Table'[Delta],.25)Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!
ERing then add both dimensions to the ALLSELECTED, review the results now, image attahced.
25Percentile = PERCENTILEX.INC(ALLSELECTED('Table'[Score Subcategory],'Table'[Score Category]),
'Table'[Delta],.25)
Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!
fahadqadir3 Thanks very much! I think this works.
One small thing I noticed is that the 25th Percentile result is slightly different when calculated from my actual data table (Table) compared to when calculated from only the numbers present in the Matrix visual.
I wanted to test the accuracy of the 25PercentileCorrect measure so I created a Test table where I input the list of Delta numbers from the matrix visual. I then created the 25PercentileTest.
The 25PercentileCorrect = PERCENTILEX.INC(ALLSELECTED('Table' [Score Category], 'Table' [Score Subcategory]),'Table [Delta], .25) produces a result of -7.29.
The 25PercentileTest measure which is PERCENTILE.INC('Test'[Scores],.25). produces a result of -7.30.
I know it an insignificant difference, but I can't figure out what would cause the measures to produce a slightly different result.
Any ideas what would cause this?