Skip to content

Instantly share code, notes, and snippets.

View OscarValerock's full-sized avatar
🤓
Having fun while coding

Oscar Valerock OscarValerock

🤓
Having fun while coding
View GitHub Profile
This Gist contains scripts to learn SharePoing PnP Power Shell
@OscarValerock
OscarValerock / 00 M Query Gists
Last active May 12, 2025 13:28
M Query Gists
// This gist containt useful pieces of M Query code
@OscarValerock
OscarValerock / 00 Tabular editor scripts
Last active March 7, 2024 12:49
Tabular editor scripts for Power BI
//This gist contains useful tabular editor scripts.
// This gist containt useful pieces of DAX code
let
P1 = "myParameter1",
P2 = "myParameter2",
#"Header" = Binary.ToText(Text.ToBinary(#"UserName"&":" & #"Password")),
#"BaseURL" = "https://yourwebpage.com/api/3",
#"DaysLogic" =
if
#"JIRA Days" = null
then
""