How to Correctly Apply Limits on the Result in DAX (and SQL) | Towards Data Science

What if the output of a measure mustn’t be above a specific limit? How can we ensure that the total is calculated correctly? This piece is about correctly calculating and summarizing such output.

By · · 1 min read
How to Correctly Apply Limits on the Result in DAX (and SQL) | Towards Data Science

Source: Towards Data Science

What if the output of a measure mustn’t be above a specific limit? How can we ensure that the total is calculated correctly? This piece is about correctly calculating and summarizing such output.