A company needs to share a dashboard with specific users while maintaining data security. Which feature should they use in Power BI?
APublish to Web
BShare with Users
CEmbed in Website
DExport to Excel
Explanation
Sharing with specific users allows controlled access, while the other options may expose data to unintended parties.
Q102
You are configuring a data model in Power BI. What happens if you create a many-to-many relationship between two tables?
AData integrity is improved
BPerformance is optimized
CAmbiguities in data analysis arise
DData refresh speeds up
Explanation
Many-to-many relationships can lead to ambiguities, unlike the improvements or optimizations suggested by the other options.
Q103
Which feature allows report consumers to engage with data more interactively in Power BI?
ADrillthrough
BColumn Formatting
CDashboard
DDataflows
Explanation
Drillthrough allows detailed data exploration, whereas the other options do not enhance interactivity in the same way.
Q104
A company needs to automate report generation without manual intervention. Which feature should they utilize in Power BI?
APublish to Web
BPaginated Reports
CData Refresh Schedule
DPersonal Dashboards
Explanation
A Data Refresh Schedule automates report updates; the other options are not automation solutions.
Q105
You are configuring a new data source in Power BI. What happens if the credentials are incorrect?
AData is imported successfully
BError message displayed
CPower BI auto-corrects credentials
DData source becomes disabled
Explanation
An error message is displayed for incorrect credentials; the other options do not accurately describe the behavior.
Q106
Which DAX function calculates the total over a period?
ATOTALYTD
BROLLUP
CSUMX
DCALCULATE
Explanation
TOTALYTD sums values over a year; the others serve different functions.
Q107
A company needs to securely share reports with external stakeholders. What should they use?
APower BI Desktop
BPublish to Web
CPower BI Service
DExport to PDF
Explanation
Power BI Service allows secure sharing; the others do not provide security.
Q108
You are configuring a Power Query transformation. What happens if you rename a column in Query Editor?
AAll references to this column are updated
BReferences to the old name remain active
CThe data source is modified automatically
DTransformation history is deleted
Explanation
Renaming updates all references; the others are incorrect changes or outcomes.
Q109
Which function would you use to filter rows in DAX?
AFILTER
BSELECT
CWHERE
DSUM
Explanation
FILTER is the correct function for row filtering in DAX; SELECT and WHERE are not valid in DAX syntax, and SUM is used for aggregation only.
Q110
A company needs to create a report showing sales by region. What is the best way to visualize this data?
ALine chart
BPie chart
CMap visual
DTable
Explanation
A Map visual is optimal for geographical data like sales by region; line and pie charts do not effectively represent regional distribution, and tables lack visual clarity.