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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
I am new to Dax and I am confused when I heard the table expression.
Can someone tell me the difference between a table expression and a table? Are they the same thing?
Thanks!!
Solved! Go to Solution.
Hi @Yiyi
A table expression is simply a DAX function that return a table. Table is normally a table that comes from a data source or you create
A table expression is a DAX function which returns a table of values: FILTER, SUMMARIZE, SUMMARIZACOLUMNS, CALCULATETABLE....These functions are mainly used to return virtual tables on which calculations are performed.
A table is a table returned as an actual entity (so you can import these tables into the model, create them in Power Query, type them in physically, create them using DAX). You can of course use DAX table expressions to return physical tables in a model.
Hope that helps.
Proud to be a Super User!
Paul on Linkedin.
A table expression is a DAX function which returns a table of values: FILTER, SUMMARIZE, SUMMARIZACOLUMNS, CALCULATETABLE....These functions are mainly used to return virtual tables on which calculations are performed.
A table is a table returned as an actual entity (so you can import these tables into the model, create them in Power Query, type them in physically, create them using DAX). You can of course use DAX table expressions to return physical tables in a model.
Hope that helps.
Proud to be a Super User!
Paul on Linkedin.
Hi @Yiyi
A table expression is simply a DAX function that return a table. Table is normally a table that comes from a data source or you create
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 41 | |
| 38 | |
| 36 | |
| 30 | |
| 28 |
| User | Count |
|---|---|
| 129 | |
| 88 | |
| 79 | |
| 68 | |
| 63 |