Steps
Steps
Power Query
Power Pivot
Power BI
Use data Modeling for Hierarchies
Distinct()
Manage Role
Relationship
Create new column
Datediff ()
Rankx ()
Measure is only part of data visualization and won't be a part of the dataset; Can see it on Data pane, dat
Add new quick measure
Calculate()
Allselected()
Difference between filter inside the query vs. outside the query. Slicer is outside the query. Using filter in
'quick measure' or 'measure' can not be edited in the visualization view, it has to be edited in data or mod
Calendarauto()
Addcolumns ()
Year()
quarter()
Endofmonth()
Endofquarter()
KPI Visualization
Direct Query
DirectQuery vs. Import
Variables
Sumx()
Variables
Filter()
All ()
VAR
Return
//
Multi-row card visualization
Tool Tips
Report design
Slicer
Slicer Sync
Drill Through
Button
Conditional Formatting
Book Mark
Focus mode
Automate flow
DAX is available for power Pivot as well
understand "row Context"
DAX Practice
Add rows together
Conditional using "IF"
s, convert to %
alize first characters
something, return 1, or 0.
only need to reference the column name for calculation without worrying about the rows, it perform cal. Based
on rows
a visualization and won't be a part of the dataset; Can see it on Data pane, data view, but won't show up on the actual table in data vie
side the query vs. outside the query. Slicer is outside the query. Using filter in vivualization is inside the query.
e' can not be edited in the visualization view, it has to be edited in data or modeling view. Go to these views and select the item to edi
Icon has a green and a red triangle- pane includes: Indicator(metrics you are tracking), trend axis (Month over
moth, QoQ, trend line), Target goal (The goal you're comparing with)
Connect to the source, less loading time, connect to SQL Server.
Home-> SQL Server -> it will default to "import", will have to select "Direct Query"
DirectQuery file size is extremly small compared with "import"
Power BI doesn’t store and show you a list of variabels you created, have to go back to formula bar to check it
This creates a new variables such as Total sales, dates to be included, and then return a calcualated result
Comment
View-> Sync Slicer -> gives list of pages and options to sync slicers to take effect on multiple pages
Also the "Eye" let you choose if the slicer will be visible on these pages
create a page focuses on a specific detail
at the bottom of the visualizatoin pane regardless of the type of visualization
on the chart, right click, select "drill through", pick the drill through page, will see the data
-> Insert
on report view -> visualization -> right click the values-> conditional formatting
change background color
report View -> View - > Book Mark -> Add a book mark
go to formatting on slicer, there is an option to add "select all", its good to have when you have many options
on the top right of a visualization, there is a button to click which will bring to the focus mode
tab to toggle between visualization (Note: can also change tab selection order of visualization on SELECTION on
VIEW)
Can add more using power BI or organization design
example: MS Form, if one entry is submitted-> create a new row-> add to POWER BI..
Pivot as well
New Column Name = 'SheetName' [ColumnName1] & " " & 'SheetName'[ColumnName2]
New Column Name = if ( 'SheetName'[ColumnName] = 1, "Yes", "No")
*Try to add more conditions in to the formula (many nested if statements)
Keep filters from outside of query, but ignore query from insde the query
w only, not data view), right click on the sheet of the data pane, click "add new quick measure"
s (filters not applied)