Forum Discussion
Segmenting Accuracy and Not all Values being categorized
Hi,
I am trying to categorize results into 4 categories and then show them on a bar chart.
It's a fantastic debugging aid
EVALUATEANDLOG function (DAX) - DAX | Microsoft Learn
Chris Webb's BI Blog: Why I’m Excited About The New DAX EvaluateAndLog() Function (crossjoin.co.uk)
Takes a bit of effort to set up but it helps tremendously in understanding what is happening inside your measure etc. Highly recommended.
3 Replies
- lbendlin
Super User
your ranges certainly have gaps (for example where should 59.5% land?) but the problem likely is with using RANKX in a measure. Are you familiar with EVALUATEANDLOG?
- AnonymousNot applicable
Hi, I could certainly fill those gaps but that is still going to leave me with the larger problem. What is evaluate and log?
Thanks
- lbendlin
Super User
It's a fantastic debugging aid
EVALUATEANDLOG function (DAX) - DAX | Microsoft Learn
Chris Webb's BI Blog: Why I’m Excited About The New DAX EvaluateAndLog() Function (crossjoin.co.uk)
Takes a bit of effort to set up but it helps tremendously in understanding what is happening inside your measure etc. Highly recommended.