Forum Discussion
Calculate data by filter year (help)
hello, I am updating my report from 2021 to 2022 and I am having some problems... for example I need the results delivered to be based on the year selected
the formulas I currently have are as follows:
If you want to add 2022 to the countrows you can use this:
CALCULATE(COUNTROWS(HH),Filter(HH,HH[año]="2021"&&HH[año]="2021"))
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: www.linkedin.com/in/vahid-dm/
1 Reply
- VahidDMSuper User
If you want to add 2022 to the countrows you can use this:
CALCULATE(COUNTROWS(HH),Filter(HH,HH[año]="2021"&&HH[año]="2021"))
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: www.linkedin.com/in/vahid-dm/