Forum Discussion
LamSar
Helper III
4 years agoGrouping / binning in a measure
Good afternoon, I need help with grouping/binning. I have this slicer: The values are between 0 and 53 Is there any way that I can group the values using a measure? I only want...
- 4 years ago
Hello,
Thank you for your answer.
I can't add a conditional column via Power Query, because I'm using a tabular model (live connection).
mahenkj2
Solution Sage
4 years agoHello LamSar ,
I believe a measure in a slicer would not be possible, the reason is measure is calulated at run time.
I think, two ways possible. One is to add such additional column in source table itself. This is simple to implement, if you have control over source.
Second is to create a dimension table containing these numbers and relate with the fact table. Use dimension table's column in slicer. This dimension table can be created in power bi locally, no need to convert anything at source.
Hope it helps.
LamSar
Helper III
4 years agoOk. Thank you for your message!