Which of the following tile types in Power BI dashboards can display live data that updates automatically without manual refresh?
Think about which tiles connect directly to data sources and update dynamically.
Report tiles pinned from live report pages show live data and update automatically. Image, web content, and text box tiles do not update live data automatically.
You have a measure Total Sales = SUM(Sales[Amount]) in your Power BI report. You pin a card visual showing this measure to a dashboard. If the underlying data updates and you refresh the dataset, what will the card tile on the dashboard show?
Total Sales = SUM(Sales[Amount])
Consider how pinned report visuals behave when the dataset refreshes.
Card tiles pinned from report visuals show updated values after dataset refresh because they are linked to the report's live data.
You want to create a Power BI dashboard that is easy to read on both desktop and mobile devices. Which layout approach for dashboard tiles is best?
Think about readability and ease of navigation on different devices.
A grid layout with consistent tile sizes and logical grouping improves readability and navigation on all devices, including mobile and desktop.
You pinned a report visual to a dashboard. After refreshing the dataset, the dashboard tile still shows old data. What is the most likely cause?
Consider how different tile types behave after pinning.
If the visual was pinned as an image tile, it is a static snapshot and will not update even after dataset refresh.
You need to create a Power BI dashboard that combines tiles pinned from reports using different datasets. What is a key limitation you must consider when pinning tiles from multiple datasets to one dashboard?
Think about cross-filtering and interaction between tiles from different data sources.
Tiles pinned from different datasets cannot be cross-filtered or interact with each other on the dashboard because they come from separate data models.