Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Yiyi
Helper I
Helper I

Table expression and table, what's the difference!

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!!

2 ACCEPTED SOLUTIONS
mlsx4
Super User
Super User

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

View solution in original post

PaulDBrown
Community Champion
Community Champion

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.





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






View solution in original post

2 REPLIES 2
PaulDBrown
Community Champion
Community Champion

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.





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






mlsx4
Super User
Super User

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

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

Check out the August 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

Find out what's new and trending in the Fabric Community.