Forum Discussion
Grouping / binning in a measure
- 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).
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).
Hello 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.
- LamSar4 years ago
Helper III
Ok. Thank you for your message!