web
You’re offline. This is a read only version of the page.
close
Skip to main content

Power BI

New

Add SQL Query Folding For Additional Functions

Vote (1) Share
Luke Walker's profile image

Luke Walker on 15 Jul 2020 13:39:18

Add query folding support in SQL for additional functions that have direct corollaries:

Text.Start -> LEFT()
Text.End -> RIGHT()
Text.Trim -> LTRIM(RTRIM())
Date.AddDays -> DATEADD()
Table.Distinct -> SELECT DISTINCT