Power BI Interview Questions
Power BI Interview Questions
Power BI Interview Questions
Power BI
Interview
Questions
Asked in Service Based Company
@Azarshaik
01
Question 1
Total =
VAR a = 10
VAR b = 20
VAR c = 30
VAR d = 40
VAR e = DIVIDE(a * b, c * d, 0)
RETURN e
02
Question 2
Difference between Star Schema and Snowflake
Schema?
Star Schema:
Question 2
Snowflake Schema:
Question 3
What is Data Folws in Power BI?
Question 4
1. Manual Refresh:
Question 4
Different refreshes in Power
BI?
2. Scheduled Refresh:
Question 4
Different refreshes in Power BI?
3. Incremental Refresh:
Question 5
Challenges you have faced during the
development of reports?
Question 6
What are the field parameters?
Question 7
How to keep the default total sales values even if the
external users apply filters?
Question 8
RLS?
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
03
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
@Azarshaik