Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi there,
Currently when I use my slider to adjust the date parameters for a column chart dates that are outside of the filter context disappear from the visual. I would like these dates outside of the paramenters of the slicer to remain but display and value of 0 (these figures would change dynamically as teh slider moved). I think this would be achieved by building a formular that can be used to count rows for dates within the filter contect set by a slider and for dates outside the silder reutrn 0. For instance:
This does not have the effect I am lookign for. Would anyone have suggestions of how to build this?
Hi @doingmeheadin ,
In order to make troubleshooting and give you a suitable solution, could you please provide some sample data in your tables 'Date Table', 'Date Index' and 'Appointments' (exclude sensitive data) with Text format and your expected result with backend logic and special examples? And is there any relationship among these tables? If yes, please provide the related info. It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards
@doingmeheadin , You need group by to filter measure
example
COUNTROWS(Filter(values(Appointments[ID]), [Outside of date filter?] =1) )
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
20 | |
7 | |
6 | |
5 | |
5 |
User | Count |
---|---|
26 | |
10 | |
10 | |
9 | |
6 |