Skip to content

griemide/PowerBI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

PowerBI

Power BI applications

Wiki

Hints and guides for Raw Data handling, Measure examples, Used DAX fuctions, ecetera) - Wiki in German language only

Measure (examples)

New Table
MeasureTable = Row("Author", "Michael Gries", "Contact","https://github.com/griemide/PowerBI")

Google Lat, Lon: 50.877044143876574, 9.691222909776272
Breitengrad = LEFT(Address[Google Lat, Lon],SEARCH(",",Address[Google Lat, Lon],1)-1)
Längengrad = RIGHT(Address[Google Lat, Lon],LEN(Address[Google Lat, Lon])-FIND(",",Address[Google Lat, Lon]))

Private Power BI reports and datasets

see PowerBI-Berichte

References

DAX-Referenz (Data Analysis Expressions)

Microsoft Dokumentation (german)

Blog Summary:
Connecting Power BI to a private GitHub repo is super easy. The key differences are:

  • Use the basic authentication method instead of anonymous.
  • Use the GitHub account email as the user name.
  • Use the personal access token as the password.

https://youtu.be/kP2g0D1PYqg

Video DAX - by Microsoft Video Microsoft Power Bi Architektur - by consultNetwork

About

Power BI applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published