Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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 |
---|---|
15 | |
11 | |
6 | |
6 | |
5 |
User | Count |
---|---|
29 | |
17 | |
11 | |
7 | |
5 |