Power Bi Interview Questions
Power Bi Interview Questions
Power BI
Interview Questions
Asked in Service Based Company
@premmandal
Question 1
Total = a*b/c*d how do you optimize this in dax ?
Total =
VAR a = 10
VAR b = 20
VAR c = 30
VAR d = 40
VAR e = DIVIDE(a * b, c * d, 0)
RETURN e
Question 2
Difference between Star Schema and Snowflake Schema?
Star Schema:
Snowflake Schema:
1. Manual Refresh:
We may restrict the total sales to not change, thus what you
can do is move to this format. Tab and here you will have edit
interactions so edit interaction gives you the facility of
blocking or filtering okay so currently it is by default filtering
so that's why you see the respective sale of category a but if
you make it off so the total sales that is value will not change
so with the help of edit interactions we can achieve this thing
Question 8
RLS?
Power BI allows you to setup RLS for data models that are
loaded into it. You may also enable RLS for semantic models
that use DirectQuery, such as SQL Server. Rowlevel security
for Analysis Services or Azure Analysis Services connections is
configured in the model rather than in Power BI. The security
option does not shown for active connection semantic
models.
Question 9
I have a category column with a,b,c,d I want to show visual
with x axis c,d,a,b how to handle this scenario?
Example Data
To achieve this we
need to create a
custom column using
“Total Sales” column
Question 9
I have a category column with a,b,c,d I want to show visual
with x axis c,d,a,b how to handle this scenario?
Data