|
|
|
|
|
by Closi
1886 days ago
|
|
PowerQuery assumes tabular data where each column is the data type and each row is a data element / entity. It is structured similar to a database. In a spreadsheet the data is much less structured which is where a lot of the power comes from - for instance PowerQuery doesn’t really support things like subtotals easily, or doing scratch-calculations, or building quick financial models. It is closer to a paper-ledger with calculations scribbled into the margins than a big-data database. PowerQuery is more about ingesting lots of data and cleaning it, while finance is often about working stuff out and playing with numbers to see what happens - and playing with numbers is easier in a less-structured-loosely-typed environments. |
|
Subtotals? I was used to using GROUPING SETS with Oracle SQL, and found I could roll my own in Power Query. It's a good example of exactly why I like it.
Also, Power Query doesn't prevent you from using the regular table total feature or a pivot table based off of the Power Query output.
That is, even if Power Query doesn't provide all the subtotaling features you'd like in the way you'd like, it doesn't restrict you from anything, does it?
> or doing scratch-calculations, or building quick financial models
I do use it to do all sorts of ad hoc calculations - for instance, it can ingest PDF files or HTML with tables.
It sounds as if you're saying it's too complicated for really trivial calculations?