Forum Discussion
Using a measure in a summarize column
Hello, I am trying to build a forecast model and below is the raw data.
| TM_Name | ShippedCount |
| John | 10 |
| jack | 30 |
| Jim | 24 |
| Jordan | 35 |
| Jackie | 20 |
| Jeanie | 10 |
| Joe | 8 |
| James | 15 |
I have created three measures.
2 Replies
- amitchandakSuper User
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- PBI5851Helper 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.