sample csv file

Understand the Difference Between Calculated Columns and Measures in Power BI

Calculated Columns and Measures in DAX. One of the first concepts to learn in DAX is the difference between calculated columns and measures. This article shortly recaps the differences and describes when to use each one. Calculated columns When you create a data model in Power Pivot for Excel, Analysis Services Tabular, or Power BI Read More

sample csv file

Understand DAX operators in Power BI

The Data Analysis Expression (DAX) language uses operators to create expressions that compare values, perform arithmetic calculations, or work with strings. Types of operators There are four different types of calculation operators: arithmetic, comparison, text concatenation, and logical. Arithmetic operators To perform basic mathematical operations such as addition, subtraction, or multiplication; combine numbers; and produce Read More

sample csv file

Understand “Analyze in Excel” in Power BI

With Analyze in Excel, you can bring Power BI datasets into Excel, and then view and interact with them using PivotTables, charts, slicers, and other Excel features. To use Analyze in Excel you must first download the feature from Power BI, install it, and then select one or more datasets to use in Excel. This article shows you Read More

sample csv file

How to Apply Many-Many Relationships in Power BI Desktop

With relationships with a many-many cardinality in Power BI Desktop, you can join tables that use a cardinality of many-to-many. You can more easily and intuitively create data models that contain two or more data sources. Relationships with a many-many cardinality are part of the larger composite models capabilities in Power BI Desktop. A relationship with a many-many cardinality in Power BI Desktop is Read More