March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I am creating a dashboard and one of the objectives is to know how much of our current stocks will expire in the succeding months. Basically, we wanted to have a visibility up to 6 months, so when we filter to a certain date, we'll count 30 days, and see how many are expiring in a month, 60 days for two months and so on.
we thought binning would work but i am not sure if it is as flexible as we wanted it to be. any alternatives we can use?
Hi, the measure you shared does not work, unfortunately. I understand that I need to first get the difference between the two dates before I can segment them and put them in a bin. Can you help me with the needed measure/column for the datediff?
@tropic , if you want based in today, then binning or static column can do. if you need based on selected date you need use dynamic segementation
Your measure will be
datediff(max(Table[Due Date], maxx(allselected(Date), Date[Date]) , Month)
then
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
Dynamic segmentation -Measure to Dimension conversion: https://youtu.be/gzY40NWJpWQ
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
134 | |
90 | |
90 | |
66 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
70 | |
68 |