Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
SophieK
New Member

Help with Classifying amounts at the bucket level

Hello All, 

 

For some background, I created a measure that finds the last day of the previous month using EOMONTH function then used that to substract a specific date to finds the number of days between both dates. I then created aging buckets based on that to find the specific amount for each bucket using an if statement like these 2 buckets for example.

 0-30days =  IF([days]<=30,SUM('Table'[Amount ])))
1-2years = IF([days ]>365 && [days]<=730,SUM('Table'[Amount]))
Let's say the level of details I have is Super group and group, super group being higher, when I do the calculations above, the super group level just sums eveything to the last bucket without distributing to the appropriate buckets but the group shows the sums in the right buckets. 
The issue is that I want the sums at the higher level which is the super group. any ideas would be much appreicated? 
 
Thank you,
Sophie
0 REPLIES 0

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

Top Kudoed Authors