microsoft / Power-Fx

Power Fx low-code programming language
MIT License
3.19k stars 324 forks source link

Relation to DAX #10

Open aersam opened 3 years ago

aersam commented 3 years ago

DAX is another Excel-like Language of MSFT, used in Power BI. How do these two Languages relate to each other? Please document this

Maybe a list of all Power-Platform / BI Languages and their scope would be helpful as well.

ItsOkayItsOfficial commented 3 years ago

DAX is specific to queries on data in tables and columns in tabular data models. From the Power Fx documentation it seems the functions and expressions that are DAX are in Power Fx where it interacts with those types and models. It would be nice if the documentation and implementation were explicit in this carry-over though.