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.
Hi all,
I am working with data bins/buckets. I have attached a link to a pbix file containg visuals and data.
Bins Forum Question.pbix
I have a main Fact dataset called Interactions which is a simpe data set which contains details of interactions with customers. It is quite simple as below. In the real world use case there are hundreds of customers and thousands of interactions.
I also have a very basic customers dimension containing CustId and Name.
What I need to do is show a range of bands for Customer Interaction Counts. So in the shot above we can see that Fred has 9 interactions.
To do this I have built a bandings/bins table with the range required as 1-4, 5-9, 10-19, 20-29, 30+
The problem is that when I attempt to add a date filter to the results the results do not add up and thus the interaction between the visual is all over the place. On the 2nd tab in attached Pbix 'Not Working with Date' I have placed a date slicer which is the Interactions date from the main Interactions table. The only time the date is correct is when the data slicer is set as at the full range of dates. If I narrow the date range then the figures initally appear to reduce but they do not add up. For example in shot below we can see that on top left the bottom 2 customers **bleep** and Fred now have an incorrect banding asignment and the top right box does not match at all, we have a total of 5 but the numbers above only total to 3 etc.
Any ideas on this? I have based my work on the logic in this post but the date slicer totally messes it up.
https://www.burningsuit.co.uk/blog/categorising-measures-numeric-ranges-or-bins
Thanks in Advance.
Hi, @derrydev
You can try the following methods. Delete the relationship between these two tables.
The calculations at this point are as follows.
Is this the result you expected?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi there @Anonymous ,
Thank you for your assistance.
Almost there. When adjusting the date slider all 3 data boxes now update accordingly.
However, there is now no interaction between the visuals. So in screen grab below top right when can see 3 customers with band 1-4. Clicking the 3 value does not filter the top left box, ideally the top left should filter to the 3 customers, Barney, D and Fred highlighted in yellow line and the bottom detail box should also filter to these.
Hi @derrydev
It sounds like you need a dynamic segmentation pattern,
please take a look at the linked video:
https://www.youtube.com/watch?v=FDa0I3J3h-c
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.