├── .gitignore ├── LICENSE ├── PowerQueryOrDataflow ├── PowerQueryOrDataflowEnglish.pq ├── PowerQueryOrDataflowPortuguese.pq └── PowerQueryOrDataflowSpanish.pq ├── README.md ├── README_en.md ├── README_es.md ├── TMDLAfterDataflow ├── TMDLAfterDataflowEnglish.tmdl ├── TMDLAfterDataflowPortuguese.tmdl └── TMDLAfterDataflowSpanish.tmdl ├── TMDLDesktop ├── TMDLDesktopEnglish.tmdl ├── TMDLDesktopPortuguese.tmdl └── TMDLDesktopSpanish.tmdl └── TMDLDirectLake ├── TMDLDirectLakeEnglish.tmdl ├── TMDLDirectLakePortuguese.tmdl └── TMDLDirectLakeSpanish.tmdl /.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alisonpezzott/calendar/HEAD/LICENSE -------------------------------------------------------------------------------- /PowerQueryOrDataflow/PowerQueryOrDataflowEnglish.pq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alisonpezzott/calendar/HEAD/PowerQueryOrDataflow/PowerQueryOrDataflowEnglish.pq -------------------------------------------------------------------------------- /PowerQueryOrDataflow/PowerQueryOrDataflowPortuguese.pq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alisonpezzott/calendar/HEAD/PowerQueryOrDataflow/PowerQueryOrDataflowPortuguese.pq -------------------------------------------------------------------------------- /PowerQueryOrDataflow/PowerQueryOrDataflowSpanish.pq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alisonpezzott/calendar/HEAD/PowerQueryOrDataflow/PowerQueryOrDataflowSpanish.pq -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alisonpezzott/calendar/HEAD/README.md -------------------------------------------------------------------------------- /README_en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alisonpezzott/calendar/HEAD/README_en.md -------------------------------------------------------------------------------- /README_es.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alisonpezzott/calendar/HEAD/README_es.md -------------------------------------------------------------------------------- /TMDLAfterDataflow/TMDLAfterDataflowEnglish.tmdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alisonpezzott/calendar/HEAD/TMDLAfterDataflow/TMDLAfterDataflowEnglish.tmdl -------------------------------------------------------------------------------- /TMDLAfterDataflow/TMDLAfterDataflowPortuguese.tmdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alisonpezzott/calendar/HEAD/TMDLAfterDataflow/TMDLAfterDataflowPortuguese.tmdl -------------------------------------------------------------------------------- /TMDLAfterDataflow/TMDLAfterDataflowSpanish.tmdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alisonpezzott/calendar/HEAD/TMDLAfterDataflow/TMDLAfterDataflowSpanish.tmdl -------------------------------------------------------------------------------- /TMDLDesktop/TMDLDesktopEnglish.tmdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alisonpezzott/calendar/HEAD/TMDLDesktop/TMDLDesktopEnglish.tmdl -------------------------------------------------------------------------------- /TMDLDesktop/TMDLDesktopPortuguese.tmdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alisonpezzott/calendar/HEAD/TMDLDesktop/TMDLDesktopPortuguese.tmdl -------------------------------------------------------------------------------- /TMDLDesktop/TMDLDesktopSpanish.tmdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alisonpezzott/calendar/HEAD/TMDLDesktop/TMDLDesktopSpanish.tmdl -------------------------------------------------------------------------------- /TMDLDirectLake/TMDLDirectLakeEnglish.tmdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alisonpezzott/calendar/HEAD/TMDLDirectLake/TMDLDirectLakeEnglish.tmdl -------------------------------------------------------------------------------- /TMDLDirectLake/TMDLDirectLakePortuguese.tmdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alisonpezzott/calendar/HEAD/TMDLDirectLake/TMDLDirectLakePortuguese.tmdl -------------------------------------------------------------------------------- /TMDLDirectLake/TMDLDirectLakeSpanish.tmdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alisonpezzott/calendar/HEAD/TMDLDirectLake/TMDLDirectLakeSpanish.tmdl --------------------------------------------------------------------------------