├── DAX └── LLM Model Context.dax ├── Notebooks └── prophet_ar_demo.ipynb ├── PBI Project Files ├── Base64ImageInPBI.pbix ├── Date+Table-Period-Slicer.pbix ├── Dynamic+Formatting.pbix ├── Extracting+from+JIRA+API.pbix ├── Hills+and+Valleys+Error+Bars.pbix ├── JIRA+API+RelativePath.pbix ├── Multiple+Currencies.pbix └── Sharepoint Incremental Refresh.pbix ├── PowerQueryFunctions └── Calculate Weekdays Between 2 Dates.cs ├── SVG Visuals ├── Circle Arrow Heatmap.dax ├── Circular Progress Bar.dax ├── Progress Column Chart.dax └── Rounded Square Heatmap.dax ├── Tabular Editor Scripts └── LLM Model Context.csx └── UDF └── Adding New Record.py /DAX/LLM Model Context.dax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxanatsko/youtube-channel-downloads/HEAD/DAX/LLM Model Context.dax -------------------------------------------------------------------------------- /Notebooks/prophet_ar_demo.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxanatsko/youtube-channel-downloads/HEAD/Notebooks/prophet_ar_demo.ipynb -------------------------------------------------------------------------------- /PBI Project Files/Base64ImageInPBI.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxanatsko/youtube-channel-downloads/HEAD/PBI Project Files/Base64ImageInPBI.pbix -------------------------------------------------------------------------------- /PBI Project Files/Date+Table-Period-Slicer.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxanatsko/youtube-channel-downloads/HEAD/PBI Project Files/Date+Table-Period-Slicer.pbix -------------------------------------------------------------------------------- /PBI Project Files/Dynamic+Formatting.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxanatsko/youtube-channel-downloads/HEAD/PBI Project Files/Dynamic+Formatting.pbix -------------------------------------------------------------------------------- /PBI Project Files/Extracting+from+JIRA+API.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxanatsko/youtube-channel-downloads/HEAD/PBI Project Files/Extracting+from+JIRA+API.pbix -------------------------------------------------------------------------------- /PBI Project Files/Hills+and+Valleys+Error+Bars.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxanatsko/youtube-channel-downloads/HEAD/PBI Project Files/Hills+and+Valleys+Error+Bars.pbix -------------------------------------------------------------------------------- /PBI Project Files/JIRA+API+RelativePath.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxanatsko/youtube-channel-downloads/HEAD/PBI Project Files/JIRA+API+RelativePath.pbix -------------------------------------------------------------------------------- /PBI Project Files/Multiple+Currencies.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxanatsko/youtube-channel-downloads/HEAD/PBI Project Files/Multiple+Currencies.pbix -------------------------------------------------------------------------------- /PBI Project Files/Sharepoint Incremental Refresh.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxanatsko/youtube-channel-downloads/HEAD/PBI Project Files/Sharepoint Incremental Refresh.pbix -------------------------------------------------------------------------------- /PowerQueryFunctions/Calculate Weekdays Between 2 Dates.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxanatsko/youtube-channel-downloads/HEAD/PowerQueryFunctions/Calculate Weekdays Between 2 Dates.cs -------------------------------------------------------------------------------- /SVG Visuals/Circle Arrow Heatmap.dax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxanatsko/youtube-channel-downloads/HEAD/SVG Visuals/Circle Arrow Heatmap.dax -------------------------------------------------------------------------------- /SVG Visuals/Circular Progress Bar.dax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxanatsko/youtube-channel-downloads/HEAD/SVG Visuals/Circular Progress Bar.dax -------------------------------------------------------------------------------- /SVG Visuals/Progress Column Chart.dax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxanatsko/youtube-channel-downloads/HEAD/SVG Visuals/Progress Column Chart.dax -------------------------------------------------------------------------------- /SVG Visuals/Rounded Square Heatmap.dax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxanatsko/youtube-channel-downloads/HEAD/SVG Visuals/Rounded Square Heatmap.dax -------------------------------------------------------------------------------- /Tabular Editor Scripts/LLM Model Context.csx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxanatsko/youtube-channel-downloads/HEAD/Tabular Editor Scripts/LLM Model Context.csx -------------------------------------------------------------------------------- /UDF/Adding New Record.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxanatsko/youtube-channel-downloads/HEAD/UDF/Adding New Record.py --------------------------------------------------------------------------------