In Power BI, how does the ISINSCOPE() function help in building dynamic visual totals in a matrix? Power BIHard Try Now
A developer wants to use DAX Studio to analyze a slow measure. After capturing a server timing trace, they see high ‘Storage Engine’ time. What does this typically indicate? Power BIHard Try Now
In Power BI Service, what does ‘endorsement’ (Promoted or Certified) on a dataset signify? Power BIHard Try Now
In Power BI, which combination of features would you use to build a paginated-style operational report that must show every row of transaction data with totals, exported to PDF? Power BIHard Try Now
What is the behavior of LASTDATE() vs LASTNONBLANK() in DAX time intelligence calculations? Power BIHard Try Now
A Power BI administrator needs to prevent users from exporting raw data from report visuals across the entire organization. Where is this setting configured? Power BIHard Try Now
In Power BI, when using calculation groups, what is the primary advantage over writing individual time intelligence measures for each base measure? Power BIHard Try Now
A Power BI developer needs to implement a ‘what-if’ analysis where the user adjusts a discount percentage via a slider and sees updated profit figures instantly. Which Power BI feature supports this? Power BIHard Try Now
What happens to a Power BI report that is embedded using the ‘Publish to Web’ feature? Power BIHard Try Now
Which Power BI gateway mode supports multi-user access and is recommended for enterprise production environments? Power BIHard Try Now
A DAX developer writes: VAR Result = CALCULATE([Sales], FILTER(ALL(Products), Products[Category] = ‘Electronics’)) RETURN Result. What is the advantage of using VAR in this context? Power BIHard Try Now
When using SUMMARIZE() in DAX to create a grouped summary table, what additional function should be used instead of adding extension columns directly in SUMMARIZE() to avoid incorrect results? Power BIHard Try Now
A Power BI report developer needs to implement a custom tooltip page that shows detailed KPIs when hovering over a bar chart. What must the developer do to enable this? Power BIHard Try Now
Which Power BI feature allows administrators to classify and protect Power BI content using Microsoft Purview sensitivity labels? Power BIHard Try Now