Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello,
I have measures that should not be filtered ie they have no date range in the table and should only change when the data is updated. Another table used has dates so we need to have a date filter, how can the measures that are static be the same
Hi @Anonymous ,
You can use function all or allselected to make the measure not be filtered.
Such as calculate(sum(table[Value]),all(Date)) OR calculate(sum(table[Value]),allselected('table'))
Unless two tables are connected. They will not filter each other.
The ideal way is that you connect all other tables to date and use the date filter. Other than the one table you do not want.
If you want to join, you can create a measure like this to void date join
calculate(sum(table[Value]),all(Date))
Having this in another table is important so that other filters can work.
One more option to remove join is crossfilter. Refer this article, which uses it for current employees: https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-tr...
Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution.
In case it does not help, please provide additional information and mark me with @
Thanks. My Recent Blogs -Decoding Direct Query - Time Intelligence, Winner Coloring on MAP, HR Analytics, Power BI Working with Non-Standard TimeAnd Comparing Data Across Date Ranges
Proud to be a Datanaut Connect on Linkedin
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 50 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 85 | |
| 69 | |
| 37 | |
| 29 | |
| 27 |