Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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.
@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/1...
Dynamic Segmentation, Bucketing or Binning: https://youtu.be/CuczXPj0N-k
@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.
User | Count |
---|---|
98 | |
76 | |
69 | |
53 | |
27 |