Power BI - What are measures? Tutorial
In this video, you will learn about measures in Microsoft 365. The video covers the importance and benefits of using measures in the Microsoft 365 suite.
Measures allow you to analyze and visualize data effectively, helping you make informed decisions.
This knowledge will enhance your productivity and enable you to maximize the potential of Microsoft 365.
- 2:58
- 3224 views
-
Remove a watermark
- 2:20
- Viewed 31028 times
-
Activate the features of Teams Premium
- 3:48
- Viewed 17254 times
-
Create a quick poll in Outlook with Microsoft Forms
- 3:38
- Viewed 14636 times
-
Collapsible headings
- 3:03
- Viewed 13960 times
-
Change the default font for your emails
- 1:09
- Viewed 13187 times
-
How do I prevent the transfer of an email?
- 2:07
- Viewed 12849 times
-
How to recall or replace a sent email in Outlook Web
- 0:53
- Viewed 12728 times
-
Protect a document shared by password
- 1:41
- Viewed 10969 times
-
Create automatic reminders
- 4:10
- Viewed 10784 times
-
Morph transition
- 0:43
- Viewed 9935 times
-
Remove a watermark
- 2:20
- Viewed 31028 times
-
Activate the features of Teams Premium
- 3:48
- Viewed 17254 times
-
Create a quick poll in Outlook with Microsoft Forms
- 3:38
- Viewed 14636 times
-
Collapsible headings
- 3:03
- Viewed 13960 times
-
Change the default font for your emails
- 1:09
- Viewed 13187 times
-
How do I prevent the transfer of an email?
- 2:07
- Viewed 12849 times
-
How to recall or replace a sent email in Outlook Web
- 0:53
- Viewed 12728 times
-
Protect a document shared by password
- 1:41
- Viewed 10969 times
-
Create automatic reminders
- 4:10
- Viewed 10784 times
-
Morph transition
- 0:43
- Viewed 9935 times
-
Copilot Agents: Analyst
- 03:05
- Viewed 32 times
-
Copilot Agents: Research
- 02:11
- Viewed 37 times
-
Create a Story with Copilot
- 01:19
- Viewed 32 times
-
Create a Draft with Copilot
- 01:35
- Viewed 37 times
-
Clean Up a Table with Copilot
- 01:33
- Viewed 28 times
-
Differentiate Between Copilot Versions
- 02:04
- Viewed 37 times
-
Decode the impact of your communication campaigns
- 02:51
- Viewed 141 times
-
Use Copilot to draft a communication
- 02:18
- Viewed 150 times
-
Create visuals without design skills
- 03:54
- Viewed 153 times
-
Create a brand kit to set the tone
- 03:21
- Viewed 215 times
Objectifs :
This video aims to teach users how to create a new measure in Power BI Desktop using Data Analysis Expressions (DAX) to perform basic calculations and data analysis. It will guide users through the process of defining a measure, formatting it, and displaying it in a report.
Chapitres :
-
Introduction to Measures in Power BI
In Power BI Desktop, users can utilize Data Analysis Expressions (DAX) to address various calculation and data analysis challenges. When the default measures do not meet specific needs, users have the option to create their own measures. This video focuses on creating a new measure, with a follow-up video planned to cover quick measures. -
Creating a New Measure
To create a new measure, follow these steps: 1. Select the desired table in Power BI. 2. Navigate to the ribbon and click on 'New Measure'. 3. A formula bar will appear at the top, similar to Excel. Start your formula with an equal sign. 4. Rename the measure from 'Measure' to 'Sales Revenue'. 5. After the equal sign, input the DAX function you wish to use. In this case, we will use the SUM function to calculate the total cost. 6. Open parentheses and specify the table name, followed by the field you want to sum (e.g., 'Total Cost'). 7. Close the parentheses and press Enter or click the check mark. -
Formatting the Measure
Once the measure is created, it will be represented by a calculator symbol in the fields pane. To format the measure: - Select the measure and choose the desired format (e.g., Euros). - If you prefer no decimal points, change the decimal places to 0 and press Enter. -
Adding the Measure to a Report
To display the newly created measure in a report: 1. Select a visual type, such as the 'Card' visual. 2. Drag the 'Sales Revenue' measure onto the card. 3. To view the full amount, go to the format button, select 'Data Label', and change 'Display Units' from 'Auto' to 'None'. 4. Adjust the width of the card as needed. -
Conclusion and Next Steps
In this video, we learned how to create and format a new measure in Power BI Desktop. Future videos will explore additional types of measures and their applications in data analysis.
FAQ :
What is Power BI used for?
Power BI is used for data visualization and business intelligence, allowing users to analyze data and share insights through interactive reports and dashboards.
What are Data Analysis Expressions (DAX)?
DAX is a formula language used in Power BI and other Microsoft tools to create custom calculations and queries on data models.
How do I create a new measure in Power BI?
To create a new measure in Power BI, select the table, click on 'New Measure' in the ribbon, and enter your DAX formula in the formula bar.
What is the difference between a new measure and a quick measure?
A new measure allows you to write custom DAX formulas for calculations, while a quick measure provides a guided interface to create common calculations without coding.
How can I format a measure in Power BI?
You can format a measure in Power BI by selecting the measure and adjusting the format settings in the properties pane, such as changing the number format to currency.
What is a visual in Power BI?
A visual in Power BI is a graphical representation of data, such as charts or tables, that helps users understand and analyze information effectively.
Quelques cas d'usages :
Sales Performance Analysis
Using DAX measures to calculate total sales revenue and visualize it in Power BI can help sales teams track performance against targets and identify trends over time.
Budget Tracking
Creating measures to sum total costs allows finance departments to monitor expenses against budgets, providing insights into spending patterns and areas for cost reduction.
Customer Insights
By using DAX to create measures that analyze customer purchase behavior, businesses can tailor marketing strategies and improve customer engagement.
Operational Efficiency
Applying DAX measures to operational data can help organizations identify bottlenecks and optimize processes, leading to improved productivity and reduced costs.
Performance Dashboards
Building dashboards with various visuals that utilize DAX measures allows stakeholders to quickly assess key performance indicators and make informed decisions.
Glossaire :
Power BI
A business analytics tool by Microsoft that enables users to visualize data and share insights across their organization or embed them in an app or website.
Data Analysis Expressions (DAX)
A formula language used in Power BI, Excel, and other Microsoft tools to define custom calculations and queries on data models.
Measure
A calculation used in Power BI that is evaluated based on the context of the data in the report. Measures are typically used to aggregate data.
New Measure
An option in Power BI to create a custom measure using DAX formulas to perform calculations on data.
Quick Measure
A feature in Power BI that allows users to create common calculations without writing DAX code by using a guided interface.
SUM
A DAX function that adds up all the values in a specified column or table.
Total Cost
A field in a data table that represents the total expenses incurred.
Visual
A graphical representation of data in Power BI, such as charts, tables, or cards, used to convey information effectively.
Data Label
Text that appears on a visual in Power BI to provide context or information about the data being displayed.
Display Units
Settings in Power BI that allow users to format the way numbers are displayed, such as in thousands, millions, or as whole numbers.
Cette formation pourrait intéresser votre entreprise ?
Mandarine Academy vous offre la possibilité d'obtenir des catalogues complets et actualisés, réalisés par nos formateurs experts dans différents domaines pour votre entreprise