NEW: Scale AI Case Study — ~1,900 data requests per week across 4 business units Read now →
Contents
Power BI
Microsoft Power BI is the largest BI tool in the world by user count, driven entirely by Microsoft's bundling strategy with Microsoft 365, Azure, and Excel. It costs $10/user/month and is the default BI choice for any Microsoft-shop enterprise.
Microsoft Power BI is the largest BI tool in the world. Not the best, not the prettiest, not the most innovative — but by raw user count, it's not close. Microsoft does not publish exact figures, but Power BI is consistently estimated to have several times more monthly active users than Tableau, and the gap is widening. The reason is simple: Power BI is the BI tool Microsoft sells to people who already buy everything from Microsoft. And in 2026, "people who already buy everything from Microsoft" is most of the Fortune 500.
If Tableau is what happens when designers build a BI tool, Power BI is what happens when a $3 trillion enterprise software company decides BI should be a feature of Office.
Power BI's lineage starts inside Excel. In 2010, Microsoft shipped PowerPivot (later rebranded Power Pivot), an Excel add-in that let users load tens of millions of rows into a Vertipaq columnar engine and analyze them with a new formula language called DAX (Data Analysis Expressions). DAX was designed by a team led by Amir Netz, who had joined Microsoft years earlier when it acquired the Israeli BI company Panorama Software.
Around the same time, Microsoft built Power View (a visualization tool inside Excel and SharePoint) and Power Query (a data-prep and connector engine, with a language called M). By 2013, Microsoft had three "Power" features bolted onto Excel that nobody outside of finance power-users had ever heard of.
In 2014, Microsoft pulled all of them out of Excel, glued them together, added a publishing service, and called it Power BI. General availability launched in July 2015. The product was reportedly championed by Amir Netz and Kamal Hathi, with strong sponsorship from Satya Nadella's then-new cloud-first Microsoft.
The strategic insight was correct and devastating: a competent BI tool, bundled with Office and priced at $10/user/month instead of $75, will eventually win on volume. It took about five years. By 2020, Gartner had Power BI as the leader in its Magic Quadrant. By 2023, it was the dominant BI tool in nearly every Microsoft-centric enterprise.
Power BI is several products under one brand:
app.powerbi.com). Where dashboards live after they're published.Underneath all of this is the same engine: VertiPaq, a columnar in-memory database, queried with DAX for measures and M / Power Query for data prep. Datasets are published to the service, and reports query those datasets.
DAX is the secret hard part of Power BI. On the surface, dragging fields onto a canvas in Power BI Desktop feels like Tableau. But the moment you need a non-trivial calculation — year-over-year growth, running totals, "this measure but only for active customers" — you have to write DAX.
DAX looks like Excel but isn't. It has its own concept of row context, filter context, CALCULATE(), and time intelligence functions. There is an entire cottage industry of training material (sqlbi.com, the Italians Marco Russo and Alberto Ferrari) dedicated to teaching DAX. The learning curve is real, and it's the single biggest reason that "I learned Power BI in a week" turns into "I've been writing DAX for three years and I still get filter context wrong."
DAX is also what separates Power BI from a casual drag-and-drop tool: once you master it, Power BI becomes extremely powerful, with semantic-layer-like behavior built directly into the dataset. It's not LookML, but it's the closest thing in the Microsoft world.
This is the part of Power BI that the technical comparison articles always miss: Power BI doesn't win on features. It wins on the bundle.
Consider what a typical enterprise IT decision looks like:
The math is not even close. And once Power BI is in the door, it gets deeper every year as Microsoft adds Fabric, Copilot, Teams integration, and Excel-to-Power-BI roundtrips.
This is the same playbook Microsoft used to kill Slack with Teams, Lotus Notes with Exchange, and Netscape with Internet Explorer. It works.
Power BI connects to almost any data source, but in practice it sits on top of three things: Microsoft data sources (SQL Server, Synapse, Fabric, Excel, SharePoint), third-party warehouses (Snowflake, BigQuery, Databricks, Redshift), and direct file imports (CSV, Excel). Increasingly, Microsoft is steering customers toward putting their data in OneLake (the Fabric data lake) and using Power BI as the visualization layer of an end-to-end Microsoft-only stack.
Power BI deployments at large enterprises have the same problem as Tableau, only worse: thousands of reports, dozens of overlapping datasets, DAX measures that drift across teams, and a Premium capacity bill that nobody fully understands. TextQL Ana reads Power BI dataset metadata — tables, measures, DAX definitions, lineage — and lets business users ask questions in natural language that map to the same measures their certified Power BI reports use. Ana respects row-level security, uses the same identity provider, and returns answers that match what users would get if they opened a report. The result: fewer ad-hoc Power BI requests, fewer dashboards built and abandoned, and a single conversational interface across Power BI, Tableau, and your warehouse.
See TextQL in action