Forum Discussion
SalmanABDul_97
Helper I
4 years agoALLSELECTED Syntax with percentile
Hi again 🙂 this syntax is working correct as i need but i want to use allselected function to apply it on the all Visable table i colud not know the right place to put ALLSELECTED in this form...
- 4 years ago
SalmanABDul_97 , try like
%75= CALCULATE(PERCENTILEX.INC(VALUES(Product[Productname]),CALCULATE(fact[value]),0.75), allselected())
amitchandak
Super User
4 years agoSalmanABDul_97 , try like
%75= CALCULATE(PERCENTILEX.INC(VALUES(Product[Productname]),CALCULATE(fact[value]),0.75), allselected())
SalmanABDul_97
Helper I
4 years agoThanksm, it is working.
i also found this :
%75= PERCENTILEX.INC(ALLSELECTED(Product[Product name]),CALCULATE(fact[value]),0.75)