Creating variable-sized bins in DAX for Power BI

Varsha Panda 0 Reputation points
2025-03-05T07:07:46.65+00:00

In Power BI Desktop, how can bins of different sizes be created in one column based on the values from another column using DAX?

For example:

  • Column X contains three values: A, B, and C.
  • Column Y has 100 values ranging from 1 to 80 (e.g., 1.02, 3.05, 20.84, 67.42).

The desired bin sizes are as follows: i. For Column A: 1, 2, 3, ... ii. For Column B: 5, 10, 15, ... iii. For Column C: 10, 20, 30, ...

Any guidance on how to achieve this would be appreciated!

Community Center | Not monitored

Locked Question. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.