Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply

ALLSELECTED 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 formula , always i get syntax error. 

 

%75= PERCENTILEX.INC(VALUES(Product[Productname]),CALCULATE(fact[value]),0.75)
 
 
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@SalmanABDul_97 , try like

 

%75= CALCULATE(PERCENTILEX.INC(VALUES(Product[Productname]),CALCULATE(fact[value]),0.75), allselected())

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@SalmanABDul_97 , try like

 

%75= CALCULATE(PERCENTILEX.INC(VALUES(Product[Productname]),CALCULATE(fact[value]),0.75), allselected())

Thanksm, it is working. 

 

i also found this :

 

%75= PERCENTILEX.INC(ALLSELECTED(Product[Product name]),CALCULATE(fact[value]),0.75)

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Fabric Monthly Update - May 2024

Check out the May 2024 Fabric update to learn about new features.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

Top Solution Authors