The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
)
User | Count |
---|---|
27 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
31 | |
15 | |
12 | |
7 | |
6 |