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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
liran
Frequent Visitor

PERCENTILEX.EXC help

hi, trying to get the 40% percentile from the column i created in the summarize table,

however it says the expression specified in the query is not a valid table expression

 

 

 

PERCENTILEX.EXC (
    SUMMARIZE (
        FILTER (
             Panel,
            Panel[PermanentConsumer] = "1"
                && Panel[ValidConsumer] = 1
                && Panel[Stores] = 1
        ),
        Panel[Member_ID],
        "Qsales", SUM ( Panel[SelectedQty] )
    ),
    [qsales],
    0.4
)

0 REPLIES 0

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.