Power Bi
Power Bi
Summation Aggregates
Custom visual Additional visualization which is downloaded from external website and can be
used(usually done from app store)
Actions Will work as buttons and helps in navigation of page and other functions
Null data handling Based on business scenario change and right click and select fill
Joins Merge query as new Issue( Table inside table and how to expand ) 2 arrow mark header
click and press ok
Make a relationship between tables Drag and drop the common column
Switch between charts on the same page Bookmarks View and then bookmarks Hide the ones
which you don’t want to view during click and unhide the other one and vice versa
Fr this need a trigger(Button) action(on) – bookmark Hide the bookmark by selecting bookmark
going for selection and hiding bookmark
KPI ::
Select filters beside visualization and go for filtering out top N of the quantity
Count ::
Remove column ::
Replace 0 with NULL if chart becomes Flat with 0 at the end
DAX ::
*INSTEaD OF SaLE BELOW MENTION THE TabLE NaME
Sales mtd ::
Sales ytd ::
SamePeriodLastyear ::
Hasonevalue ::
RANKX ::
TREATAS FUNCTION ::
POWERBI SERVICES ::
Sign in and publish ::
Other way is office 365 to publish dashboard online for easy sharing and it will be stored in workspace
online which is like a space for developersss
GATeway ::
Why required ::
Row level security ::
Online Datasets Security specify the row level security and specify the email id
WHAT IF :::
CALCULATE ::
table Sales with columns Region, SalesAmount, and Year. You want to calculate the total sales
for the year 2023.
Formula:
dax
Copy code
Total Sales 2023 = CALCULATE(SUM(Sales[SalesAmount]), Sales[Year] = 2023)
KEEPFILTERS ::
It will keep the filters for other entities and then give the result
Removing the visual headers Go to file,options and you can remove from there
DIRECT qUERY ::
Summarize ::
It allows you to calculate aggregations (like sums, counts, averages) for each group.
The resulting table exists only in memory and is not stored in your model unless you
explicitly save it using features like calculated tables.
Intersect except ::