Die Vorläufer der heutigen Power BI-Plattform, erblickten in Excel das Licht der Welt. Ihre Namen: Power Pivot (in Excel 2010 noch PowerPivot (ohne …
Power Query
How to handle custom errors in M gracefully
I can recall that back then, in the good old Excel VBA days, at some point, I was very busy with error handling to make it easier for the user to understand the …
[Weiterlesen...] ÜberHow to handle custom errors in M gracefully
Warum der Join in Power Query nicht dem SVERWEIS entspricht!
Ich lese in Foren und Beiträgen immer und immer wieder: der Left Outer Join in Power Query entspricht dem SVERWEIS in Excel. In diesem Beitrag erkläre ich Dir, …
[Weiterlesen...] ÜberWarum der Join in Power Query nicht dem SVERWEIS entspricht!
Table.Profile and its unknown second parameter
A couple of weeks ago I could finally publish my post about tables in M - how, when and why. Under "Other special table functions" I mentioned the function …
[Weiterlesen...] ÜberTable.Profile and its unknown second parameter
Leserfrage: Umrechnung UTC-Zeit in lokale Zeit mit Power Query
Mich erreichte vor kurzem eine Leserfrage, in der es darum ging mittels Power Query eine Zeitangabe in UTC (koordinierte Weltzeit), in unsere lokale Zeit …
[Weiterlesen...] ÜberLeserfrage: Umrechnung UTC-Zeit in lokale Zeit mit Power Query
Tables in Power Query – how, when and why
The M language has so-called structured values, to which lists, records and tables belong. Each value type serves specific purposes and this post is intended to …
[Weiterlesen...] ÜberTables in Power Query – how, when and why
Fortlaufende Zähler je Kostenstelle erzeugen
In einem kleinen Kundenprojekt wurde ich vor kurzem mit einer Problemstellung konfrontiert, die hervorragend dafür geeignet ist, die Funktionsweise von Power …
[Weiterlesen...] ÜberFortlaufende Zähler je Kostenstelle erzeugen
Pitfalls with Table.ColumnsOfType
I recently came across a behavior of the Table.ColumnsOfType() function that I want to share with you today. Since this post talks about ascribed types in M, I …
Leserfrage: Erstellung einer Funktion für relative Spaltenvergleiche
Mich hat vor kurzem eine Leserfrage erreicht, die inhaltlich wie folgt lautete: Wie erstellt man eine Funktion in M, die innerhalb einer Tabelle an einer …
[Weiterlesen...] ÜberLeserfrage: Erstellung einer Funktion für relative Spaltenvergleiche
Ascribed types in M: why to generally avoid them
I recently stumbled across the topic 'ascribed types' in M after a while and had a very informative conversation with the Power Query dev team about it. In this …
[Weiterlesen...] ÜberAscribed types in M: why to generally avoid them