Forum Discussion
jesusssss
3 years agoHelper II
How to make a count function to search for data without taking the date into account.
Hello good day.
I am trying to make a formula to be able to get a specific value from a conditional column that I have created.
I am using this expression "COUNTAX(FILTER('Incidencias generales cal...
- 3 years ago
Thank you very much for the answer, in the end I managed to solve the error and the problem is that the
table was duplicated several times and that was causing failures in the measurements
Anonymous
3 years agoNot applicable
Hi jesusssss ,
If you want to remove the filtering of dates, try to use the REMOVEFILTERS function.
For example,
Measure = CALCULATE(SUM(Locations[Amount]),REMOVEFILTERS('Locations'[LocationName]))
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- jesusssss3 years agoHelper II
Thank you very much for the answer, in the end I managed to solve the error and the problem is that the
table was duplicated several times and that was causing failures in the measurements