Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
Soft 404: server returns HTTP 200 for non-existent pages
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
47 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
Cookie 'ARRAffinity' has no SameSite attribute
Security gaps expose your site and users to attacks, eroding trust.
Cross-Origin-Embedder-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/84e52906-9b2f-46eb-92d5-a15b635cd363)<a href="https://beavercheck.com/results/84e52906-9b2f-46eb-92d5-a15b635cd363"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fpowerbi.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fpowerbi.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 15.8s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your audience reach.
9 barrier(s) likely increasing bounce by ~38%.
Page takes 15.8s to load
+12% bounceUsers abandon at ~3s — you're 13.3s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 998ms
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$600 investment → $0.58/month returns + USD 157,500 risk avoided
$600
6h · 5 findings
$0.58 /mo
~$6.96 / year
USD 157,500
if kept compliant
$100 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
6.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,126 / month at risk
~$157,507 / year if left unfixed
$157,500
+3 more
$0.58 /mo
7249.5 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 2 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
5.41 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
15.77 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
998 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.41 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
15.77 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
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.
Performance issues directly impact user engagement and conversion rates.
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.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
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.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| /resource/powerbiwfe/fonts/SegoeUI-SemiBold-final.5d342bd... | 5.0 ms |
Tap interactions may be delayed by up to 300 ms if the viewport is not optimized for mobile.
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.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| powerbi.com/ | 1.0 s |
| app.powerbi.com/ | 4.3 s |
| /singleSignOn?ru=https%3A%2F%2Fapp.powerbi.com%2F%3FnoSig... | 0.0 ms |
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.
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.
Performance issues directly impact user engagement and conversion rates.
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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /resource/powerbiwfe/styles/powerbi.min.fa9c7d1d1d282ae89... | 18.6 KiB | 18.0 KiB |
| /resource/powerbiwfe/styles/visuals.min.7136768665110f501... | 14.8 KiB | 14.8 KiB |
| /resource/powerbiwfe/styles/styleLibrary.min.6e14a89aa6fa... | 10.2 KiB | 10.1 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /resource/powerbiwfe/scripts/powerbiportal.externals.bund... | 217.4 KiB | 163.9 KiB |
| /resource/powerbiwfe/scripts/signInProvider.min.001b24015... | 78.6 KiB | 62.0 KiB |
| /resource/powerbiwfe/scripts/telemetry.bundle.min.3eccc10... | 49.7 KiB | 32.2 KiB |
| /resource/powerbiwfe/scripts/telemetry.app-insights.min.3... | 61.5 KiB | 23.2 KiB |
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.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| /singleSignOn?ru=https%3A%2F%2Fapp.powerbi.com%2F%3FnoSig... | 1.2 s | 49 ms | 22 ms |
| Unattributable | 826 ms | 61 ms | 0.0 ms |
| /resource/powerbiwfe/scripts/polyfills.min.df3aa0f4848514... | 363 ms | 259 ms | 28 ms |
| /resource/powerbiwfe/scripts/powerbiportal.externals.bund... | 301 ms | 196 ms | 100 ms |
| /resource/powerbiwfe/scripts/telemetry.app-insights.min.3... | 279 ms | 250 ms | 24 ms |
| app.powerbi.com/13.0.28141.25/scripts/hash-manifest.js | 196 ms | 9.8 ms | 187 ms |
| /resource/powerbiwfe/scripts/signInProvider.min.001b24015... | 97 ms | 44 ms | 52 ms |
| /resource/powerbiwfe/styles/powerbiportal.bundle.min.fee0... | 84 ms | 0.0 ms | 0.0 ms |
| app.powerbi.com/ | 67 ms | 37 ms | 14 ms |
| /resource/powerbiwfe/scripts/telemetry.bundle.min.3eccc10... | 58 ms | 33 ms | 25 ms |
| /resource/powerbiwfe/scripts/lodash.bundle.min.2b1f0e32f6... | 57 ms | 41 ms | 13 ms |
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
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Other | 1.1 s |
| Script Evaluation | 1.0 s |
| Style & Layout | 905 ms |
| Script Parsing & Compilation | 474 ms |
| Parse HTML & CSS | 193 ms |
| Rendering | 30 ms |
| Garbage Collection | 15 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
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure 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.
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.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| 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.
Performance issues directly impact user engagement and conversion rates.
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.
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.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 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: false | Unknown 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 blocked | Syntax 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.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.74 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.49 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
90 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.74 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
3.49 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
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.
Performance issues directly impact user engagement and conversion rates.
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.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
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.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| /resource/powerbiwfe/fonts/SegoeUI-SemiBold-final.5d342bd... | 5.0 ms |
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.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| powerbi.com/ | 499 ms |
| app.powerbi.com/ | 786 ms |
| /singleSignOn?ru=https%3A%2F%2Fapp.powerbi.com%2F%3FnoSig... | 0.0 ms |
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.
Performance issues directly impact user engagement and conversion rates.
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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /resource/powerbiwfe/styles/visuals.min.7136768665110f501... | 11.0 KiB | 11.0 KiB |
| /resource/powerbiwfe/styles/styleLibrary.min.6e14a89aa6fa... | 10.2 KiB | 10.1 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /resource/powerbiwfe/scripts/powerbiportal.externals.bund... | 189.9 KiB | 143.2 KiB |
| /resource/powerbiwfe/scripts/signInProvider.min.001b24015... | 78.6 KiB | 62.0 KiB |
| /resource/powerbiwfe/scripts/telemetry.bundle.min.3eccc10... | 49.7 KiB | 32.2 KiB |
| /resource/powerbiwfe/scripts/telemetry.app-insights.min.3... | 61.5 KiB | 23.2 KiB |
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
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure 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.
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.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| 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.
Performance issues directly impact user engagement and conversion rates.
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.
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.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 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: false | Unknown 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 = '0f3afdbe-bd19-4898-adca-abd9bfff3087'; | 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:49Z</div> | Unknown directive |
| 136 | <div class="contentErrorItemText" data-testid="content-error-item-text">Activity Id: 0f3afdbe-bd19-4898-adca-abd9bfff3087</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 blocked | Syntax 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.
Send Feedback