Power BI comes with a range of visualizations to portray any data story you wish. There is one particular visual that’s perfect to help users understand and analyze cash-flow during the ups and downs of all months in a financial year. Which visualization is this?
Waterfall chart
Scatter Chart
Treemap
Stacked column chart
Reference Material for above question:
NA________________________________________________________
You want to create a line chart showing Quantity by the invoice date. You notice that there is a relationship between the Date from the Date table and the Invoice Date Key from the Sale table, but the relationship is inactive.
All other visuals in your report will be analyzing values by delivery date. How should you approach this problem?
Delete the relationship based on the delivery date and activate the relationship based on the invoice date.
Create the following measure. Quantity by Invoice Date:= CALCULATE(SUM (Sale[Quantity]), USERELATIONSHIP('Date'[Date], Sale[Invoice Date Key]))
Activate the relationship based on invoice date, keeping the other relationship as is.
Use the TREATAS function.
Reference Material for above question:
NA________________________________________________________
To create a column chart that displays Quantity by Color and can be drilled down to show Quantity by Stock Item. Which of the following solves the problem? More than one answer can be correct.
Put color on Axis and Stock Item on Tooltips.
Create a Stock Item Hierarchy that includes Color and Stock Item and use the hierarchy on axis.
Put Color and Stock Item on axis.
Put Color on axis and Stock Item on legend.
Reference Material for above question:
NA________________________________________________________
Using the bookmarking features in the report designer in Power BI Desktop, there is a limitation of creating only one bookmark per page in a report.
Is this statement correct?
TRUE
False
Reference Material for above question:
NA________________________________________________________
Which of the following statements are true with regard to using the Slicer visual in a Power BI report?
A Slicer visual is used on the Power BI reports to provide the report consumer with interactive filtering behavior.
A Slicer visual from a Power BI report can be pinned to a dashboard to make the dashboard interactive.
A Slicer visual based on a Date Column can be configured to use slider controls.
When adding a field to the Field well of a Slicer Visual, You can use either a column or a measure.
Reference Material for above question:
NA________________________________________________________
Which of the following visuals is not included as part of Power BI and must be added as a custom visual?
Waterfall
Histogram
Donut
Stacked Area
Reference Material for above question:
NA________________________________________________________
What is the file format used to define a theme for a Power BI report?
Cascading Style Sheets(CSS)
JavaScript Object Notation(JSON)
Extensible Markup Language(XML)
Power BI Markup Language(PBIML)
Reference Material for above question:
NA________________________________________________________
In Power BI Desktop Report view, which three options will create a measure in the Sales table?
Create a measure from any table and then set the Home Table properties to Sales.
Select the Sales table in the Fields List, and then click New Measure in the Modeling ribbon.
On the Fields list, Click the ellipsis next to sales table or right-click in the Sales table and then click New Measure.
Click New Measure, and then type in the formula Home Table = Sales
Reference Material for above question:
NA________________________________________________________
What are the three reasons for which you might use calculated tables?
To improve the speed and performance of an existing table.
To create a table based on the result of a function or formula.
To union tables.
To perform different types of merge join.
Reference Material for above question:
NA________________________________________________________
Which three fields are available when creating a Pie chart visualization?
GROUP
Legend
Details
VALUE
Reference Material for above question:
NA________________________________________________________
By default, which filter level behaves the same as a slicer in a report in Power BI Desktop?
Visual Level Filter
Report Level Filter
Page Level Filter
Query Level Filter
Reference Material for above question:
NA________________________________________________________
Which two field options are available when creating a waterfall chart?
X-axis
Category
Y-axis
SIZE
Reference Material for above question:
NA________________________________________________________
Months are sorted alphabetically in Stacked bar chart. What can you do to sort it by month number?
Click on ellipses on Right Top Corner of visual --> Sort by -- MonthNumber
Right Click on field in report view and select sort by, then Select MonthNumber
Modeling -> Select Month Column -> Sort By - MonthNumber
Reference Material for above question:
NA________________________________________________________
What is true about using variables in DAX?
Variables are created only one time in the current context.
Maximum of 5 variables can be created per formula.
Variables must be defined inside return.