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
Dear experts i need help, i dont understand why i cant use topn,filter,summarize function in dax , here is an example
Solved! Go to Solution.
Your DAX query returns a table, so you cannot use it as a measure, since a measure should return a scalar value.
You could use it as a (calculated) table, but note that the query would be exdcuted when (loading) processing the model; so it will not take into account any slicers or filters.
Instead, you could also add a TOP N filter to a visual
Your DAX query returns a table, so you cannot use it as a measure, since a measure should return a scalar value.
You could use it as a (calculated) table, but note that the query would be exdcuted when (loading) processing the model; so it will not take into account any slicers or filters.
Instead, you could also add a TOP N filter to a visual
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 8 | |
| 6 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 11 | |
| 10 | |
| 8 | |
| 8 |