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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi all
I have a list of tasks and with a frequency (in days) and an initial start date.
What I want to do is use a date filter to be able to show how many iterations needed to be completed within a given timeframe. I've written the following calculated column and it ALMOST works, except it appears to complete ignore the date filter:
Solved! Go to Solution.
Filters and slicers don't affect calculated columns, they are only calculated once when the data is refreshed.
If you need the values to react to to slicers try doing it as a measure instead.
It looks like you might have defined this as a calculated column rather than a measure and calculated columns cannot be responsive to slicers since they are computed only when the data model is loaded or refreshed, not in response to user interactions or report settings like measures are.
Edit: @brokencornets, it looks like @johnt75 saw the same thing first so please mark their answer as the solution if you choose between us.
Thanks both, I now have a working measure!
It looks like you might have defined this as a calculated column rather than a measure and calculated columns cannot be responsive to slicers since they are computed only when the data model is loaded or refreshed, not in response to user interactions or report settings like measures are.
Edit: @brokencornets, it looks like @johnt75 saw the same thing first so please mark their answer as the solution if you choose between us.
Filters and slicers don't affect calculated columns, they are only calculated once when the data is refreshed.
If you need the values to react to to slicers try doing it as a measure instead.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 69 | |
| 46 | |
| 44 | |
| 28 | |
| 19 |
| User | Count |
|---|---|
| 199 | |
| 129 | |
| 102 | |
| 69 | |
| 55 |