

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 3
click for more info
Not enough gems
Cost: 6 gems
1: Data Types
incomplete
2: Changing Data Types
incomplete
3: Changing Back
incomplete
4: Bar and Column Charts
incomplete
5: Line Charts
incomplete
6: Multi Line Charts
incomplete
7: Best Practices
incomplete
This lesson's interactive features are locked, please to keep using them
Before we build more charts in Power BI, we need to understand data types. Data types tell Power BI what kind of information each column contains – numbers, text, dates... you get the idea.
See, the type of data determines the kind of visualizations you're allowed to create. If Power BI doesn't know whether a value is text or a number, it can't decide how to group, sum, or compare it. Let's go over the most common data types.
Click to play video
Used for words, names, and labels – things that can't be added together. Things like:
CountryEmailProduct NameYou'll usually use text fields as categories or labels on your visuals, like the Y-axis of a bar chart or slices of a pie chart.
Text data is great for labeling visuals – but don't expect to run any math on it!
Used for numbers without decimals. For example:
PopulationQuantity SoldNumber of OrdersThese are often summed or counted in charts to show totals or comparisons.
Used for numeric values with decimals. For example:
Sale QuantityProduct List PriceSale DiscountYou'll often visualize decimals with bar charts, line graphs, or area charts to show amounts or trends.
Used for anything that tracks time or dates. For example:
Order DateYearTimestampPerfect for line charts or time series analysis – where you want to see how things change over time.
Used for yes/no or on/off data. For example:
Is ActiveIs MemberPassedThese fields can be used for filters or quick breakdowns, but they aren't typically plotted on charts directly.