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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Greetings,
I have this problem encoutered recently; the filter is only filtering by single dates, whereas I would like to filter it as a sum of dates:
This is the actual chart with all dates combined:
This is the granular column I would like to combine together:
Solved! Go to Solution.
Hi @Anonymous ,
You could create numeric range slicer instead of using filter.
Using MAX() and MIN() function to get the start and end range.
Then create a measure like below to get value in this range.
calculate([value],filter(all(table),column>=min(slicervalue)&&column<=max(slicervalue)))
Best Regards,
Jay
Hi @Anonymous ,
You could create numeric range slicer instead of using filter.
Using MAX() and MIN() function to get the start and end range.
Then create a measure like below to get value in this range.
calculate([value],filter(all(table),column>=min(slicervalue)&&column<=max(slicervalue)))
Best Regards,
Jay
@Anonymous You can create a column to group multiple items and then use this colum to filter values. Grouping could be month, week, quarter or anything else which can specifiy.
Proud to be a Super User!
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 64 | |
| 53 | |
| 42 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 122 | |
| 104 | |
| 45 | |
| 31 | |
| 24 |