Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
55 changes: 55 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@

# VS Code
.vscode/*
!.vscode/settings.json
!.vscode/extensions.json
!.vscode/launch.json
!.vscode/tasks.json

# Dependencies
node_modules/
package-lock.json
yarn.lock

# Build output
dist/
build/

# Environment variables
.env
.env.local
.env.*

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Power BI
# *.pbix
# *.pbit
*.pbids
.pbixproj/

# Power BI temporary files
.rst/
.report/
.workspace/
*.tmp

# Power BI local settings
*.settings.json
*.publishsettings

# Power BI Dataset backup files
*.DatasetBackup
53 changes: 53 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"recommendations": [
"analysis-services.tmdl",
"bierner.color-info",
"buianhthang.xml2json",
"eamodio.gitlens",
"genaiscript.genaiscript-vscode",
"gerhardbrueckl.onelake-vscode",
"gerhardbrueckl.powerbi-vscode-extensionpack",
"gerhardbrueckl.powerbi-vscode",
"github.codespaces",
"github.copilot-chat",
"github.copilot",
"github.remotehub",
"github.vscode-github-actions",
"github.vscode-pull-request-github",
"jianfajun.dax-language",
"johnpapa.vscode-peacock",
"kevinrose.vsc-python-indent",
"madewithcardsio.adaptivecardsstudiobeta",
"mhutchie.git-graph",
"ms-dotnettools.csharp",
"ms-dotnettools.vscode-dotnet-runtime",
"ms-toolsai.jupyter-keymap",
"ms-vscode-remote.remote-containers",
"ms-vscode-remote.remote-ssh-edit",
"ms-vscode-remote.remote-ssh",
"ms-vscode-remote.remote-wsl",
"ms-vscode-remote.vscode-remote-extensionpack",
"ms-vscode.azure-repos",
"ms-vscode.powershell",
"ms-vscode.remote-explorer",
"ms-vscode.remote-repositories",
"ms-vscode.remote-server",
"ms-vscode.vscode-commander",
"ms-vscode.vscode-copilot-data-analysis",
"ms-vscode.vscode-copilot-vision",
"ms-vscode.vscode-github-issue-notebooks",
"ms-vscode.vscode-websearchforcopilot",
"postman.postman-for-vscode",
"randomfractalsinc.vscode-data-table",
"randomfractalsinc.vscode-vega-viewer",
"redhat.vscode-xml",
"shd101wyy.markdown-preview-enhanced",
"sqlbi.bravo-template-editor",
"teamsdevapp.vscode-adaptive-cards",
"usernamehw.errorlens",
"vscode-icons-team.vscode-icons",
"vsls-contrib.gistfs",
"wesbos.theme-cobalt2",
"wholroyd.jinja"
]
}
33 changes: 33 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.defaultFormatter": "vscode.json-language-features",
"editor.tabSize": 2,
"editor.rulers": [
80,
100
],
"files.trimTrailingWhitespace": true,
"files.insertFinalNewLine": true,
"github.copilot.enable": {
"*": true,
"plaintext": false,
"markdown": true
},
"github.copilot.editor.enableAutoCompletions": true,
"files.associations": {
"*.pbix": "powerbi",
"*.pbit": "powerbi",
"*.dax": "dax",
"*.m": "powerquery"
},
"powerbi.general.theme": "light",
"powerbi.certifiedExtensionsOnly": true,
"[dax]": {
"editor.wordWrap": "on",
"editor.suggestSelection": "first"
},
"[powerquery]": {
"editor.wordWrap": "on"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"version": "1.0",
"securityBindingsSignature": "AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAnCJscGNVn0aQ+MU2M696aQAAAAACAAAAAAAQZgAAAAEAACAAAACLcwleCPIVNuEUwW8k+sMBUNcvkLkmjqX9QuRtJ6fChwAAAAAOgAAAAAIAACAAAADjwzjteqc0NNDvUFdf17uAX2Ext/507NjnrhINRddBNBABAADDXIYzgoUexO7IMxAveFNKxa5c8od4lnmJ6rWMOJBr49QUpqDGUr5UG9Xbf6lx9/Ty/PDU1jA3kYo59jc7WjPkbSr0/JHSA47wLP7FMqB2hyLJxuNxWmnPbjipYVm1RnTEjjLBAQtiqkjDV1KJOvrVUoeWGlNIXaRunzFW/miWIM/XUX2czsGugtiC9t5rqciNOIpJzziJJe4WFSl2kMpRk8Bg1AU8fCMHTt1Ko8vlyMGko86oqNbNujib6mw+PF+8ZvOyvADXR/BLgCfVDuuwkn+094t3LAsNMCPIv6lPDF4DRa82eViXEn4dE6CW9zzgIrq6ixfo9BFdksHuH9V7bMo6Q1P/Qa9jzfXcUVpeq0AAAAD/3irN+mF7hzpNpu87cmUs4aoeEU6oh94OX8rYoioKPibaJq1UZWoSJx0tnN6jNLBpDRzxKhXt9GN2X6DAbHth"
}
11 changes: 11 additions & 0 deletions 03 Column and Bar Charts/03 Column and Bar Charts.Report/.platform
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/fabric/gitIntegration/platformProperties/2.0.0/schema.json",
"metadata": {
"type": "Report",
"displayName": "03 Column and Bar Charts"
},
"config": {
"version": "2.0",
"logicalId": "d11c12f3-c051-4995-a290-93bd44a366ef"
}
}
Loading