Skip to content
View Maxa's full-sized avatar

Highlights

  • Pro

Block or report Maxa

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Maxa/README.md

Hi, I'm Mikko

I'm interested in data, open source and you guessed it, open data. BSc in Environment Technology, I am currently pursuing my Master's in Management and Information Technology

I do some basic scripting, that you might find here. Below is listed the tools and programming languages that I often find myself using:

  • Microsoft Power BI (Power Query M, DAX) and Tableau
  • PowerShell (5.1 and current) for scripting on Windows
  • Linux-based OSes (currently Fedora and Debian) outside work environment
  • Raspberry Pis, I have 3 of which not all are in use
  • Z shell

I would like to learn more about:

  • Python. I have done basic programming including machine learning at school, but there is still so much to learn
  • C#; perhaps some day

Pinned Loading

  1. Create Finnish DAX calendar for quic... Create Finnish DAX calendar for quick reporting in Power BI
    1
    Kalenteri =
    2
    VAR __START_DATE = MIN(Table[Date_column])
    3
    VAR __END_DATE = MAX(Table[Date_column])
    4
    VAR __BASE_CALENDAR = CALENDAR(__START_DATE, __END_DATE)
    5
    VAR __BASE_CALENDAR_FI = SELECTCOLUMNS(__BASE_CALENDAR, "Pvm", [Date])