Forum Discussion
Using a measure in a summarize column
PBI5851 , for that you need to dynamic segmentation on the measure and create three new measure to use bucket based on current month values
Dynamic Segmentation Bucketing Binning
https://community.powerbi.com/t5/Quick-Measures-Gallery/Dynamic-Segmentation-Bucketing-Binning/m-p/1387187#M626
Dynamic Segmentation, Bucketing or Binning: https://youtu.be/CuczXPj0N-k
- PBI58512 years agoHelper V
amitchandak Thank you for that solution, but unfortunately, it will not work completely as (due to my incomplete info in the question), there is a second part of the request where the count_of_17 measure is to use the current ship month and next ship month measures itself.
ex: if nextshipmonth+1 > currentshipmonth then 1 else 0. Using your solution, i dont have set parameter like you have in the start and end limit. Any other suggestion on how to use the measure as a calculation parameter.