The result of your search (19menu_book)
What is Power Query ?
A-Badde | April 02, 20
Power Query is the Microsoft Data Connectivity and Data Preparation technology that enables end users to seamlessly i...
Read More →The DAX language
A-Badde | April 03, 20
The Data Analysis Expressions (DAX) language is used to build formulas and expressions in several Microsoft Products....
Read More →Power BI
D-Katy | April 04, 20
Power BI is a Business Intelligence solution developed by Microsoft that allows to visualize, analyze and share insig...
Read More →Power BI Desktop
D-Katy | April 04, 20
Power BI Desktop is a free application that lets you connect to multiple data sources, create a data model and then b...
Read More →DAX Language - FILTER Function
A-Badde | April 04, 20
The Filter function is used to return a subset table of an expression or a table.The FILTER function is generall...
Read More →DAX Language – SUM and SUMX Functions
A-Badde | April 05, 20
The SUM and SUMX functions are used to calculate the sum of a column or an expression. The function takes as its...
Read More →Transpose Data in Power BI
A-Badde | April 06, 20
The Transpose feature in Power BI switchs data from columns to rows, or vice versa. If you have a query with data in ...
Read More →RELATED and RELATEDTABLE Functions
A-Badde | April 06, 20
RELATED and RELATEDTABLE return a related value from another table or evaluate a table expression in a context modifi...
Read More →Categories
- DAX Language 14
- Power BI 3
- Power Query 2
Recent Posts
DAX Language - CONTAINS Function
A-Badde | May 09, 20The CONTAINS function returns a boolean value, TRUE if each ...Read More
DAX Language - RANKX Function
A-Badde | May 05, 20The RANKX function returns a single integer value that repre...Read More
DAX Language - AND and OR Functions
A-Badde | April 10, 20AND/OR functions check whether all arguments are TRUE or one...Read More
DAX Language - Variables in DAX
A-Badde | April 10, 20Use Var keyword to store the result of an expression as a na...Read More