Archive for the ‘Power BI’ Category
Microsoft Power BI Desktop – Custom Visual Timeline
Mittwoch, April 14th, 2021Microsoft Power BI Desktop – Traffic Light Indicator
Mittwoch, April 14th, 2021Microsoft Power BI Desktop – Filter by a Measure in a Slicer
Sonntag, April 11th, 2021Microsoft Power BI Desktop – specifying parameters for data source
Samstag, April 10th, 2021Microsoft Power BI Desktop – die richtige KALENDERWOCHE aus einem DATUM bestimmen
Donnerstag, April 8th, 2021In Deutschland Österreich und der Schweiz ist als erste Kalenderwoche immer diejenige Woche definiert die als erste Woche im Jahr aus mindestens vier Tagen besteht. Wenn der 1. Januar also auf einen Freitag, Samstag oder Sonntag fällt liefert die Tabellenfunktion KALENDERWOCHE ein falsches Ergebnis um dies korrekt zu ermitteln wird eine entsprechende Formatierung benötigt
Die korrekte Berechnung nach DIN-Norm bekommt man mit dem Typ „21“

Microsoft Power BI Desktop – measure filtering
Mittwoch, April 7th, 2021Microsoft Power BI Desktop – this is an easy way to do exception reporting
Dienstag, April 6th, 2021Microsoft Power BI Desktop – using local images
Montag, April 5th, 2021Microsoft Power BI Desktop – creating a dynamic parameterized filter
Montag, April 5th, 2021Microsoft Power BI – Berichte in Microsoft Teams veröffentlichen
Sonntag, April 4th, 2021Microsoft Power BI Desktop – using the Object Level Security (OLS)
Samstag, April 3rd, 2021Microsoft Power BI Desktop – schnell und einfach einen Drillthrough einrichten
Samstag, April 3rd, 2021Microsoft Power BI Desktop – use filter to exclude
Freitag, April 2nd, 2021Sales = CALCULATE( SUM( Sales[Amount]); EXCEPT( ALL( Products ); Products ) )

Microsoft Power BI Desktop – DAX reverse filter
Freitag, April 2nd, 2021newtable = CALCULATETABLE( table1, NOT( table1[ID] IN VALUES( table2[ID] ) ) )
