Forum Discussion
Fcoatis
Post Patron
7 years agoCalculate by Age Range
Hi, In a sample data model as follows: My fact table Venda (Sales) has 3 calculated columns : Idade (Age) Etaria (Age Range): and Pos ( just for sort pu...
- 7 years ago
hi, Fcoatis
After my test, this is due to Sort by Function, so you could use this formula:
.Total Range = CALCULATE([.Total],all(Venda[Etaria],Venda[Pos]))
Result:
Best Regards,
Lin
v-lili6-msft
Community Support
7 years agohi, Fcoatis
After my test, this is due to Sort by Function, so you could use this formula:
.Total Range = CALCULATE([.Total],all(Venda[Etaria],Venda[Pos]))
Result:
Best Regards,
Lin
Fcoatis
Post Patron
7 years agoThank you very much Lin.
I would never realized that.
Kind Regards,
Fabio