The faulting module xtajit64se.dll is part of Microsoft's Prism x64 emulation/JIT on Windows ARM. A crash there often indicates an emulation compatibility issue or a Windows regression rather than corruption in the application itself.
Power BI Desktop has been officially supported on Windows on ARM only since the October 2025 release and requires the September 2025 Cumulative Update (KB5065789). However, Microsoft currently provides only the x64 installer (PBIDesktopSetup_x64.exe), with no separate native ARM64 version. As a result, Power BI runs under Prism x64 emulation on Snapdragon-based ARM devices rather than natively. Some users have reported Power BI instability on Snapdragon PCs, including visual rendering failures and "error fetching data" messages, likely related to the Prism emulation layer. While startup crashes are less common, they are consistent with the broader pattern of ARM emulation-related issues.
f you want to go deeper — WinDbg (ARM64 build, from the Store) can open the dump from %LOCALAPPDATA%\CrashDumps and show which x64 instruction Prism choked on. That's the fastest way to file a precise bug report with Microsoft rather than a generic "it crashes."
File this with Microsoft directly via Feedback Hub (Win+F) tagged under Power BI / Windows on ARM — since this is emulator-level, it's genuinely their bug to fix, not something you can patch around indefinitely, and they do track Prism regressions there.
In the meanwhile, you may try Power BI Desktop from the Microsoft Store- different build pipelines have occasionally behaved differently under Prism even when the underlying binary is nominally the same version.