Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
In this DAX query, the returned values for Rank by Sales column look strange. If the filter context from Sales table is commented, the result is correct. The same issue was found with SUMMARIZE too. As the moment, I can work around by nesting the column name and columns expression in ADDCOLUMNS expression, but I wanted to understand what's going wrong internally with SUMMARIZE or SUMMARIZECOLUMNS in this case? Could anyone help? Thanks!
EVALUATE
SUMMARIZECOLUMNS (
'Product'[Brand],
Sales,
"Total Sales", [Total Sales],
"Rank by Sales", RANKX ( ALL ( 'Product'[Brand] ), [Total Sales] )
)
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 21 | |
| 10 | |
| 8 | |
| 8 |