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.
I have the following DAX measure:
The above measure is being inserted into a tool tip to give a constant value for the average daily sales between stated date periods and should be non-responsive to a date filter. How can one make the above measure constant./removefilters so that it is not responsive to changes in dates?
Best regards,
Chris
Solved! Go to Solution.
Many thanks, i had to put the ALL filter in the calculation of the First Date and Last Date as follows:
You could replace [First Date] and [Last Date] with hard-coded dates like DATE(2020,1,1). Or you could replace with
CALCULATE([First Date], ALL('Date'))
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Many thanks, i had to put the ALL filter in the calculation of the First Date and Last Date as follows:
User | Count |
---|---|
97 | |
76 | |
76 | |
47 | |
26 |