Skip to content
https://powerbi.com

Lighthouse Mobile

· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.
SCORE
0
GRADE
FIX
0
REVIEW
0
PASS
0
INFO
0

Detailed Report

Audit breakdown by category with detailed findings.

39

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling

Why this matters

Performance issues directly impact user engagement and conversion rates.

3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.

Why this matters

Performance issues directly impact user engagement and conversion rates.

A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:source label:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:0.598 source:map[type:text value:[unattributed]]]]

Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.

Why this matters

Performance issues directly impact user engagement and conversion rates.

description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
value: no origins were preconnected
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates

Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Tap interactions may be delayed by up to 300 ms if the viewport is not optimized for mobile.

Why this matters

Performance issues directly impact user engagement and conversion rates.

These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.

Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.

Why this matters

Performance issues directly impact user engagement and conversion rates.

The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

Diagnostics

Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work

Why this matters

Performance issues directly impact user engagement and conversion rates.

CategoryTime Spent
Other1.1 s
Script Evaluation1.0 s
Style & Layout905 ms
Script Parsing & Compilation474 ms
Parse HTML & CSS193 ms
Rendering30 ms
Garbage Collection15 ms

Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failure reasonFailure type
The page has an unload handler in the main frame.Actionable
Pages with cache-control:no-store header cannot enter back/forward cache.Actionable
Pages whose main resource has cache-control:no-store cannot enter back/forward cache.Not actionable
Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header.Not actionable

More information about the performance of your application. These numbers don't directly affect the Performance score.

Use efficient cache lifetimes
Layout shift culprits
Document request latency
Optimize DOM size
Improve image delivery
LCP breakdown
Modern HTTP
Minify CSS
Minify JavaScript
Avoids enormous network payloads Total size was 2,360 KiB
User Timing marks and measures 36 user timings
Avoid long main-thread tasks 10 long tasks found
Image elements have explicit `width` and `height`
Network Requests
Network Round Trip Times 90 ms
Server Backend Latencies 40 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 20 ms
INP breakdown
LCP request discovery
Avoid non-composited animations
Avoid large layout shifts
97

Accessibility

These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.

Best practices

One main landmark helps screen reader users navigate a web page. Learn more about landmarks.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
html html

These items highlight common accessibility best practices.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
Buttons have an accessible name
Form elements have associated labels
`[aria-hidden="true"]` elements do not contain focusable descendents
Background and foreground colors have a sufficient contrast ratio
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
Links have a discernible name
Touch targets have sufficient size and spacing.
Deprecated ARIA roles were not used
The page contains a heading, skip link, or landmark region
`[accesskey]` values are unique
`[aria-*]` attributes match their roles
`button`, `link`, and `menuitem` elements have accessible names
ARIA attributes are used as specified for the element's role
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements use only permitted ARIA attributes
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
Heading elements appear in a sequentially-descending order
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Image elements have `[alt]` attributes
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
The document does not use `<meta http-equiv="refresh">`
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
No element has a `[tabindex]` value greater than 0
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Identical links have the same purpose.
Elements with visible text labels have matching accessible names.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
81

Best Practices

General

Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Deprecation / WarningSource
Unload event listeners are deprecated and will be removed.

Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Uses HTTPS
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Displays images with correct aspect ratio
Serves images with appropriate resolution
Page has the HTML doctype
Properly defines charset
No browser errors logged to the console
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Ensure proper origin isolation with COOP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Redirects HTTP traffic to HTTPS
Mitigate clickjacking with XFO or CSP
91

SEO

These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.

Crawling and Indexing

If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Line #ContentError
2<!DOCTYPE html>Syntax not understood
3<html xmlns="http://www.w3.org/1999/xhtml" >Unknown directive
4 <head>Syntax not understood
5 <title>Power BI Error</title>Syntax not understood
6 <meta http-equiv="X-UA-Compatible" content="IE=edge;" />Syntax not understood
8 <meta charset="utf-8">Syntax not understood
9 <meta name="description" content="">Syntax not understood
10 <meta name="format-detection" content="telephone=no" />Syntax not understood
11 <link rel="shortcut icon" href="/images/PowerBI_Favicon.ico" />Syntax not understood
13 <!-- Please do not add any script before this line -->Syntax not understood
14 <script> function cdnFallback(event) {var date = new Date(); var failedRequestUrl = 'unknown'; var sessionSource = 'unknown'; var statusCode = 'unknown'; var durationMs = 'unknown'; var maxAgeInSeconds = 8 * 60 * 60;if (event && event.currentTarget && event.currentTarget.src) {failedRequestUrl = event.currentTarget.src;}if (failedRequestUrl && typeof this.performance.getEntriesByName === 'function' && this.performance.getEntriesByName(failedRequestUrl)[0]) {statusCode = this.performance.getEntriesByName(failedRequestUrl)[0].responseStatus;durationMs = this.performance.getEntriesByName(failedRequestUrl)[0].duration;}sessionSource = false ? '' : window.sessionSource;try { document.cookie = 'disablecdn=cdnRequestFailureTimestamp:' + date.toUTCString() +'-cdnRequestFailureUrl:' + failedRequestUrl + '-sessionSource:' + sessionSource + '-statusCode:' + statusCode + '-durationMs:' + durationMs + '-loadType:eager' + '-errorType:' + (event && event.type) + '-documentHidden:' + document.hidden + '; max-age=' + maxAgeInSeconds + '; secure; partitioned; samesite=none';} catch (err) {} var newUrl = new URL(window.location.href); newUrl.searchParams.set('disablecdnExpiration', String(Math.round(new Date() / 1000 + maxAgeInSeconds)));window.location.href = newUrl.href;}function eagerLoadTimeoutHandler(scriptName, scriptSrc) {if(this.parseTimeMarkers[scriptName].initial) {setTimeout(function() {if (!this.parseTimeMarkers[scriptName].end) {cdnFallback({currentTarget: {src: scriptSrc}, type: 'timeout'});}}, 60000)}}</script>Unknown directive
18 <script>Syntax not understood
20 var powerBIAccessToken = '';Syntax not understood
21 var powerBIAccessTokenExpiry = '';Syntax not understood
22 var baseUrl = window.location.protocol + "//" + window.location.host;Syntax not understood
23 var powerbi = {Syntax not understood
24 session : {Unknown directive
25 userInfo: {Unknown directive
26 name: '',Unknown directive
27 givenName: '',Unknown directive
28 surname: '',Unknown directive
29 puid: '',Unknown directive
30 uoid: '',Unknown directive
31 alternateEmail: '',Unknown directive
32 hasAutoAssignedLicense: falseUnknown directive
33 }Syntax not understood
34 }Syntax not understood
35 };Syntax not understood
36 powerbi.telemetrySamplingRules = { appInsights: [{ purpose: "CriticalError", sampleRate: 1 },{ purpose: "CustomerAction", sampleRate: 1 },{ purpose: "Verbose", sampleRate: 1 }], perf: [{ purpose: "CriticalError", sampleRate: 1 },{ purpose: "CustomerAction", sampleRate: 1 },{ purpose: "Verbose", sampleRate: 1 }] };Unknown directive
38 powerbi.build = '13.0.28141.25';Syntax not understood
39 powerbi.buildDetails = '13.0.28141.25';Syntax not understood
40 powerbi.clientVersion = '2604.1.28665-train';Syntax not understood
41 powerbi.common = {};Syntax not understood
42 powerbi.common.cultureInfo = 'en-US';Syntax not understood
43 powerbi.common.unmappedCultureInfo = 'en-US';Syntax not understood
44 powerbi.common.formattingLocale = 'en-US';Syntax not understood
45 powerbi.common.isCurrentContextRtl = 'False';Syntax not understood
46 powerbi.visualCDNBlobContainerUrl = 'prod';Syntax not understood
47 powerbi.cvUrl = 'https://pbivisuals.powerbi.com';Unknown directive
48 var useCDN = 'True';Syntax not understood
49 var clusterUri = 'https://api.powerbi.com';Unknown directive
50 var cdnUrl = 'https://content.powerapps.com/resource/powerbiwfe';Unknown directive
51 var apiUri = 'https://api.powerbi.com';Unknown directive
52 var tenantId = '';Syntax not understood
53 var previousTenantId = '';Syntax not understood
54 var allowTelemetry = true;Syntax not understood
55 var appInsightsV2InstrKey = '908b209d-fc49-47a0-af63-286195034afe';Syntax not understood
56 var appInsightsV2EndpointUrl = '';Syntax not understood
57 var triShellAppInsightsV2ConnectionInfo = 'InstrumentationKey=433d8c1b-e63d-4935-8917-fbb39ecb7b51;IngestionEndpoint=https://eastus-8.in.applicationinsights.azure.com/';Unknown directive
58 var telemetrySessionId = 'd6e9ec6f-2aa8-4848-aed8-78da2e172f99';Syntax not understood
59 var optimizedAppMetadataForAppLandingEnabledForBootstrap = 'true';Syntax not understood
60 var requestWV2First = true;Syntax not understood
61 var powerBIGoalsEnabledForBootstrap = false;Syntax not understood
62 var embeddedWebContentIframeSource = 'https://app.pbiwebcontent.com/webcontentsandbox.html';Unknown directive
63 var supportedSaasMarketplaceRedirects = 'https://local.spza.microsoft-int.com;https://appsource.microsoft.com;https://appgallery.spza-staging.net;https://appgallery.spza-internal.net';Unknown directive
64 var saasMarketplaceUrlOrigin = 'https://appsource.microsoft.com';Unknown directive
65 var npsNewUrlOrigin = 'https://europe.ces.microsoftcloud.com';Unknown directive
66 var feUrl = 'https://app.powerbi.com';Unknown directive
67 var extensionUrls = {'rfx': 'https://pbirfx.powerbi.com', 'dfw': 'https://pbidfw.powerbi.com', 'dpe': 'https://pbidpe.powerbi.com', 'lhe': 'https://pbilhe.powerbi.com', 'des': 'https://pbides.powerbi.com', 'spc': 'https://pbispc.powerbi.com', 'adx': 'https://pbiadx.powerbi.com', 'stm': 'https://pbistm.powerbi.com', 'scc': 'https://digitalsupplychain.microsoft.com', 'adf': 'https://pbiadf.powerbi.com', 'env': 'https://pbienv.powerbi.com', 'gql': 'https://pbigql.powerbi.com', 'fxs': 'https://pbifxs.powerbi.com', 'dmh': 'https://pbidmh.powerbi.com', 'hls': 'https://pbihls.powerbi.com', 'dmr': 'https://pbidmr.powerbi.com', 'esg': 'https://pbiesg.powerbi.com', 'app': 'https://pbiapp.powerbi.com', 'exa': 'https://pbiexa.powerbi.com', 'oas': 'https://pbioas.powerbi.com', 'whs': 'https://pbiwhs.powerbi.com', 'rdb': 'https://pbirdb.powerbi.com', 'sql': 'https://pbisql.powerbi.com', 'riv': 'https://pbiriv.powerbi.com', 'doi': 'https://pbidoi.powerbi.com', 'fge': 'https://pbifge.powerbi.com', 'dbc': 'https://pbidbc.powerbi.com', 'wsv': 'https://pbiwsv.powerbi.com', 'fde': 'https://pbifde.powerbi.com', 'rtp': 'https://pbirtp.powerbi.com', 'edm': 'https://pbiedm.powerbi.com', 'cdb': 'https://pbicdb.powerbi.com', 'opa': 'https://pbiopa.powerbi.com', 'adr': 'https://pbiadr.powerbi.com', 'pur': 'https://pbipur.powerbi.com', 'map': 'https://pbimap.powerbi.com', 'sfd': 'https://pbisfd.powerbi.com', 'rlp': 'https://pbirlp.powerbi.com', 'ont': 'https://pbiont.powerbi.com', 'fpi': 'https://pbifpi.powerbi.com', 'fbe': 'https://pbifbe.powerbi.com', 'dae': 'https://pbidae.powerbi.com', 'fpw': 'https://pbifpw.powerbi.com', 'bkp': 'https://pbibkp.powerbi.com', 'dtp': 'https://pbidtp.powerbi.com', 'mic': 'https://pbimic.powerbi.com', 'fpg': 'https://pbifpg.powerbi.com', 'abd': 'https://pbiabd.powerbi.com'};Unknown directive
68 var environmentName = 'PROD';Syntax not understood
69 var arcAPIUrl = 'https://arc.msn.com/v4/api/selection';Unknown directive
70 var arcAPINotificationCenterPlacementCode = '88000350';Syntax not understood
71 var arcAPIMessageBarPlacementCode = '88001028';Syntax not understood
72 var arcResourceUri = 'https://arc.msn.com/v4';Unknown directive
73 var downloadAndroidAppFWlink = 'https://go.microsoft.com/fwlink/?LinkId=544867';Unknown directive
74 var downloadPageFWlink = 'https://go.microsoft.com/fwlink/?linkid=526501';Unknown directive
75 var powerBIOperator = '';Syntax not understood
76 var powerBIOperatorLocale = '';Syntax not understood
77 var o365AdminPurchaseCapacityPageUrl = 'https://portal.office.com/adminportal/home#/catalog';Unknown directive
78 var o365PortalUrl = 'https://portal.office.com';Unknown directive
79 var disableSignin = false;Syntax not understood
80 var xmlaEndpointApiDNSName = 'api.powerbi.com';Syntax not understood
81 var premCapacityMetricsAppAdminUrl = 'https://go.microsoft.com/fwlink/?linkid=2114036';Unknown directive
82 var microsoftGraphUrl = 'https://graph.microsoft.com';Unknown directive
83 var playgroundUrl = 'https://playground.powerbi.com/';Unknown directive
84 var reflexAud = 'https://prod.reflex.microsoft.com/.default';Unknown directive
85 var reflexUrl = 'https://neu.rmm.api.prd.trafficmanager.net/api/v1';Unknown directive
86 var adminCenterSupportPageUrl = 'https://aka.ms/contact-support';Unknown directive
87 var wfeClusterName = 'app-PBI-WFE-GERMANY-WEST-CENTRAL-v3';Syntax not understood
88 var wfeClusterCountryCode = 'DE';Syntax not understood
89 var supportPageUrl = 'https://support.powerbi.com';Unknown directive
90 var documentationUrl = 'https://go.microsoft.com/fwlink/?linkid=2125441';Unknown directive
91 var buyFabricLink = 'https://aka.ms/fabricibiza';Unknown directive
92 var supportCenterIframeUrl = 'https://admin.powerplatform.microsoft.com';Unknown directive
93 var powerPlatformClusterCategory = 'prod';Syntax not understood
94 var disableWrappingUncaughtPromiseRejection = false;Syntax not understood
95 var ocvSurveyConfigs = { 'appId': '2931', 'appName': 'Microsoft Fabric', 'dynamicCampaignHost': 'https://config.edge.skype.com', 'environment': 'External', 'filterAudience': 'External', 'telemetryAudienceGroup': 'Production' };Unknown directive
96 </script>Syntax not understood
98 <link rel="stylesheet" href="https://content.powerapps.com/resource/powerbiwfe/styles/styleLibrary.min.6e14a89aa6fa6d5a8710.css" onerror=cdnFallback(event) />Unknown directive
99<link rel="stylesheet" href="https://content.powerapps.com/resource/powerbiwfe/styles/powerbi.common.externals.min.45febe62502627ae464d.css" onerror=cdnFallback(event) />Unknown directive
100<link rel="stylesheet" href="https://content.powerapps.com/resource/powerbiwfe/styles/powerbi.web.externals.min.3ff78e9b733c085e20a3.css" onerror=cdnFallback(event) />Unknown directive
101<link rel="stylesheet" href="https://content.powerapps.com/resource/powerbiwfe/styles/infonav.common.min.8d74319404f0750f660b.css" onerror=cdnFallback(event) />Unknown directive
102<link rel="stylesheet" href="https://content.powerapps.com/resource/powerbiwfe/styles/powerbicommon.min.16666700de75f30f2c64.css" onerror=cdnFallback(event) />Unknown directive
103<link rel="stylesheet" href="https://content.powerapps.com/resource/powerbiwfe/styles/powerBIProvidersCommon.min.000a70741198babfab37.css" onerror=cdnFallback(event) />Unknown directive
105 <link rel="stylesheet" href="https://content.powerapps.com/resource/powerbiwfe/styles/powerbi.min.fa9c7d1d1d282ae895ee.css" onerror=cdnFallback(event) />Unknown directive
106<link rel="stylesheet" href="https://content.powerapps.com/resource/powerbiwfe/styles/explorationContainer.min.62610109eb1456622cd2.css" onerror=cdnFallback(event) />Unknown directive
107<link rel="stylesheet" href="https://content.powerapps.com/resource/powerbiwfe/styles/visuals.min.7136768665110f50178d.css" onerror=cdnFallback(event) />Unknown directive
108<link rel="stylesheet" href="https://content.powerapps.com/resource/powerbiwfe/styles/powerBIProvidersCommon.min.000a70741198babfab37.css" onerror=cdnFallback(event) />Unknown directive
111 </head>Syntax not understood
112 <body>Syntax not understood
119<div class="landingController">Syntax not understood
120 <div id="topBar">Syntax not understood
121 <div class="topNavLeft">Syntax not understood
122 <a class="powerBILogoText" href="/">Power BI</a>Syntax not understood
123 </div>Syntax not understood
124 <!-- //TODO Need to bring back the smiley button -->Syntax not understood
125 </div>Syntax not understood
126 <div class="contentMain error">Syntax not understood
127 <div class="owlContainer" data-testid="owl-container">Syntax not understood
128 <div class="contentErrorImage" data-testid="content-error-image">Syntax not understood
129 <img src="13.0.28141.25/images/errors/owl_searching.png" />Syntax not understood
130 </div>Syntax not understood
131 <div class="contentErrorText" data-testid="content-error-text">We couldn't find the page you were looking for.</div>Syntax not understood
132 <div class="contentErrorDescription">Syntax not understood
133 TECHNICAL DETAILS <br/>An unknown error occurred. If you continue to see this error, please provide the following information when requesting support.Syntax not understood
134 </div>Syntax not understood
135 <div class="contentErrorItemText" data-testid="content-error-item-text">Date and Time: 2026-04-21 20:30:32Z</div>Unknown directive
136 <div class="contentErrorItemText" data-testid="content-error-item-text">Activity Id: d6e9ec6f-2aa8-4848-aed8-78da2e172f99</div>Unknown directive
137 <div class="contentErrorItemText"></div>Syntax not understood
138 <div class="continueLink">Syntax not understood
139 <a class="continueLinkText" target="_blank" href=/>Go back home</a>Syntax not understood
140 </div>Syntax not understood
141 </div>Syntax not understood
142 </div>Syntax not understood
143</div>Syntax not understood
146 <script type="text/javascript">this.parseTimeMarkers = this.parseTimeMarkers || {}; this.parseTimeMarkers['polyfills.min.js'] = { nominalStart: Date.now(), start: Date.now(), initial: true }; </script>Unknown directive
147<script type="text/javascript">(typeof eagerLoadTimeoutHandler === 'function') && eagerLoadTimeoutHandler('polyfills.min.js', 'https://content.powerapps.com/resource/powerbiwfe/scripts/polyfills.min.df3aa0f48485141665ae.js')</script>Unknown directive
148<script type="text/javascript" src="https://content.powerapps.com/resource/powerbiwfe/scripts/polyfills.min.df3aa0f48485141665ae.js" onerror=cdnFallback(event)></script>Unknown directive
149<script type="text/javascript">this.parseTimeMarkers['polyfills.min.js'].end = Date.now();</script>Syntax not understood
151 <script type="text/javascript">this.parseTimeMarkers = this.parseTimeMarkers || {}; this.parseTimeMarkers['lodash.bundle.min.js'] = { nominalStart: Date.now(), start: Date.now(), initial: true }; </script>Unknown directive
152<script type="text/javascript">(typeof eagerLoadTimeoutHandler === 'function') && eagerLoadTimeoutHandler('lodash.bundle.min.js', 'https://content.powerapps.com/resource/powerbiwfe/scripts/lodash.bundle.min.2b1f0e32f6fc79e94cdd.js')</script>Unknown directive
153<script type="text/javascript" src="https://content.powerapps.com/resource/powerbiwfe/scripts/lodash.bundle.min.2b1f0e32f6fc79e94cdd.js" onerror=cdnFallback(event)></script>Unknown directive
154<script type="text/javascript">this.parseTimeMarkers['lodash.bundle.min.js'].end = Date.now();</script>Syntax not understood
156 <script>Syntax not understood
157 // Implement enqueueCommand inline and defer localytics loading so page load is not blockedSyntax not understood
158 LocalyticsGlobal = 'localytics';Syntax not understood
159 localytics = { enqueueCommand: function () { this.q.push(arguments); }, t: Number(new Date), q: [] };Unknown directive
160 </script>Syntax not understood
161<script type="text/javascript">this.parseTimeMarkers = this.parseTimeMarkers || {}; this.parseTimeMarkers['hash-manifest.js'] = { nominalStart: Date.now(), start: Date.now(), initial: true }; </script>Unknown directive
163<script type="text/javascript" src="13.0.28141.25/scripts/hash-manifest.js" onerror=cdnFallback(event)></script>Syntax not understood
164<script type="text/javascript">this.parseTimeMarkers['hash-manifest.js'].end = Date.now();</script>Syntax not understood
165<script type="text/javascript">this.parseTimeMarkers = this.parseTimeMarkers || {}; this.parseTimeMarkers['jquery.globalize/globalize.min.js'] = { nominalStart: Date.now(), start: Date.now(), initial: true }; </script>Unknown directive
166<script type="text/javascript">(typeof eagerLoadTimeoutHandler === 'function') && eagerLoadTimeoutHandler('jquery.globalize/globalize.min.js', 'https://content.powerapps.com/resource/powerbiwfe/scripts/jquery.globalize/globalize.min.c64f544570ca82c93ed3.js')</script>Unknown directive
167<script type="text/javascript" src="https://content.powerapps.com/resource/powerbiwfe/scripts/jquery.globalize/globalize.min.c64f544570ca82c93ed3.js" defer onerror=cdnFallback(event)></script>Unknown directive
168<script type="text/javascript">this.parseTimeMarkers['jquery.globalize/globalize.min.js'].end = Date.now();</script>Syntax not understood
169<script type="text/javascript">this.parseTimeMarkers = this.parseTimeMarkers || {}; this.parseTimeMarkers['jquery.globalize/globalize.culture.en-US.js'] = { nominalStart: Date.now(), start: Date.now(), initial: true }; </script>Unknown directive
170<script type="text/javascript">(typeof eagerLoadTimeoutHandler === 'function') && eagerLoadTimeoutHandler('jquery.globalize/globalize.culture.en-US.js', 'https://content.powerapps.com/resource/powerbiwfe/scripts/jquery.globalize/globalize.culture.en-US.4f22df3a747a4b08eecd.js')</script>Unknown directive
171<script type="text/javascript" src="https://content.powerapps.com/resource/powerbiwfe/scripts/jquery.globalize/globalize.culture.en-US.4f22df3a747a4b08eecd.js" defer onerror=cdnFallback(event)></script>Unknown directive
172<script type="text/javascript">this.parseTimeMarkers['jquery.globalize/globalize.culture.en-US.js'].end = Date.now();</script>Syntax not understood
173<script type="text/javascript">this.parseTimeMarkers = this.parseTimeMarkers || {}; this.parseTimeMarkers['jQuery.min.js'] = { nominalStart: Date.now(), start: Date.now(), initial: true }; </script>Unknown directive
174<script type="text/javascript">(typeof eagerLoadTimeoutHandler === 'function') && eagerLoadTimeoutHandler('jQuery.min.js', 'https://content.powerapps.com/resource/powerbiwfe/scripts/jquery.min.c8e1c8b386dc5b7a9184.js')</script>Unknown directive
175<script type="text/javascript" src="https://content.powerapps.com/resource/powerbiwfe/scripts/jquery.min.c8e1c8b386dc5b7a9184.js" onerror=cdnFallback(event)></script>Unknown directive
176<script type="text/javascript">this.parseTimeMarkers['jQuery.min.js'].end = Date.now();</script>Syntax not understood
177<script type="text/javascript">this.parseTimeMarkers = this.parseTimeMarkers || {}; this.parseTimeMarkers['jquery-ui.min.js'] = { nominalStart: Date.now(), start: Date.now(), initial: true }; </script>Unknown directive
178<script type="text/javascript">(typeof eagerLoadTimeoutHandler === 'function') && eagerLoadTimeoutHandler('jquery-ui.min.js', 'https://content.powerapps.com/resource/powerbiwfe/scripts/jquery-ui.min.54471b21b524931a54a1.js')</script>Unknown directive
179<script type="text/javascript" src="https://content.powerapps.com/resource/powerbiwfe/scripts/jquery-ui.min.54471b21b524931a54a1.js" onerror=cdnFallback(event)></script>Unknown directive
180<script type="text/javascript">this.parseTimeMarkers['jquery-ui.min.js'].end = Date.now();</script>Syntax not understood
181<script type="text/javascript">this.parseTimeMarkers = this.parseTimeMarkers || {}; this.parseTimeMarkers['require.min.js'] = { nominalStart: Date.now(), start: Date.now(), initial: true }; </script>Unknown directive
182<script type="text/javascript">(typeof eagerLoadTimeoutHandler === 'function') && eagerLoadTimeoutHandler('require.min.js', 'https://content.powerapps.com/resource/powerbiwfe/scripts/require.min.9c3592b2bfe601a421a5.js')</script>Unknown directive
183<script type="text/javascript" src="https://content.powerapps.com/resource/powerbiwfe/scripts/require.min.9c3592b2bfe601a421a5.js" onerror=cdnFallback(event)></script>Unknown directive
184<script type="text/javascript">this.parseTimeMarkers['require.min.js'].end = Date.now();</script>Syntax not understood
185 <script>Syntax not understood
186 powerbi.common.localizedStrings = '';Syntax not understood
187 </script>Syntax not understood
189 <script type="text/javascript">this.parseTimeMarkers = this.parseTimeMarkers || {}; this.parseTimeMarkers['telemetry.bundle.min.js'] = { nominalStart: Date.now(), start: Date.now(), initial: true }; </script>Unknown directive
190<script type="text/javascript">(typeof eagerLoadTimeoutHandler === 'function') && eagerLoadTimeoutHandler('telemetry.bundle.min.js', 'https://content.powerapps.com/resource/powerbiwfe/scripts/telemetry.bundle.min.3eccc104bef906fbeb17.js')</script>Unknown directive
191<script type="text/javascript" src="https://content.powerapps.com/resource/powerbiwfe/scripts/telemetry.bundle.min.3eccc104bef906fbeb17.js" onerror=cdnFallback(event)></script>Unknown directive
192<script type="text/javascript">this.parseTimeMarkers['telemetry.bundle.min.js'].end = Date.now();</script>Syntax not understood
194 <script type="text/javascript">this.parseTimeMarkers = this.parseTimeMarkers || {}; this.parseTimeMarkers['teamsTelemetry.bundle.min.js'] = { nominalStart: Date.now(), start: Date.now(), initial: true }; </script>Unknown directive
195<script type="text/javascript">(typeof eagerLoadTimeoutHandler === 'function') && eagerLoadTimeoutHandler('teamsTelemetry.bundle.min.js', 'https://content.powerapps.com/resource/powerbiwfe/scripts/teamsTelemetry.bundle.min.7884e9c126958e097aab.js')</script>Unknown directive
196<script type="text/javascript" src="https://content.powerapps.com/resource/powerbiwfe/scripts/teamsTelemetry.bundle.min.7884e9c126958e097aab.js" onerror=cdnFallback(event)></script>Unknown directive
197<script type="text/javascript">this.parseTimeMarkers['teamsTelemetry.bundle.min.js'].end = Date.now();</script>Syntax not understood
200<script>Syntax not understood
201 // todo: logic in cshtml files that needs compile time checks should be moved into TS files and included in here (similar to how bootstrap.ts is handled)Unknown directive
202 var errorCode = '404';Syntax not understood
203 var errorType = '';Syntax not understood
204 var requestId = '';Syntax not understood
205 var errorInfo = '';Syntax not understood
206 var tenantIdFromRequest = '';Syntax not understood
207 var userPuidFromRequest = '';Syntax not understood
208 var initialRequestStatusCode = '';Syntax not understood
209 var errorArray = '';Syntax not understood
210 var errorArrayObject = errorArray ? JSON.parse(errorArray) : null;Unknown directive
211 var nullPuid = '0';Syntax not understood
213 // If tenant and user metadata are not present on window already, set them from pre-redirect page context.Syntax not understood
214 if (!window.tenantId && tenantIdFromRequest) {Syntax not understood
215 window.tenantId = tenantIdFromRequest;Syntax not understood
216 }Syntax not understood
218 // Log PUID only when connection string exists and is within one hour.Syntax not understood
219 if (window.sessionStorage.getItem('appInsightsConnectionStringInfo')) {Syntax not understood
220 var appInsightsConnectionStringInfo = JSON.parse(window.sessionStorage.getItem('appInsightsConnectionStringInfo'));Syntax not understood
221 var sessionStartTime = new Date(appInsightsConnectionStringInfo.timestamp);Syntax not understood
222 var currentTime = new Date(Date.now());Syntax not understood
223 if (currentTime.getHours() - sessionStartTime.getHours() <= 1) {Syntax not understood
224 if (!window.powerbi?.session?.userInfo?.puid && userPuidFromRequest) {Syntax not understood
225 if (window.powerbi?.session?.userInfo) {Syntax not understood
226 window.powerbi.session.userInfo.puid = userPuidFromRequest;Syntax not understood
227 }Syntax not understood
228 }Syntax not understood
229 }Syntax not understood
230 } else if (window.powerbi?.session?.userInfo?.puid) {Syntax not understood
231 window.powerbi.session.userInfo.puid = nullPuid;Syntax not understood
232 }Syntax not understood
234 var telemetryService = powerbi.createTelemetryService(powerbi.createTelemetryOptions(), powerbi.createTelemetryHostService(), powerbi.createUserActivityContextService());Syntax not understood
237 telemetryService.logEvent(powerbi.telemetry.WFEError, { errorCode1: errorCode, errorType, requestId, errorInfo, initialRequestStatusCode});Unknown directive
240 try {Syntax not understood
241 localStorage.removeItem('pbiTeamsLastVisited');Syntax not understood
242 } catch (e) {Syntax not understood
243 telemetryService.logEvent(powerbi.telemetry.AppLocalStorageError);Syntax not understood
244 }Syntax not understood
246</script>Syntax not understood
248 </body>Syntax not understood
249</html>Syntax not understood

To appear in search results, crawlers need access to your app.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Document has a meta description
Page has successful HTTP status code
Links have descriptive text
Links are crawlable
Document has a valid `hreflang`
Image elements have `[alt]` attributes
Document has a valid `rel=canonical`

Send Feedback