├── DAX └── SegundosParaHora.dax ├── PowerQuery ├── CoalesceOperator.pq ├── CriarTabelaComValoresTipo.pq ├── DividirTextoECriarColunasDinamicamente.pq ├── Join_TableSelectRows.pq ├── LoginAPI.pq ├── RenomearColunas.pq ├── dCalendario.pq ├── dCalendario2.pq ├── dimDate2_enUS.pq ├── dimDate_enUS.pq ├── fnIsNumber.pq ├── fxCotacaoMoeda.pq ├── fxDeslocRows.pq ├── fxRemoverAcentos.pq ├── pqBuscaParcial.pq ├── pqConsultaSedex.pq ├── pqDropbox.pq ├── pqLookUp.pq ├── pqPowerTrim.pq ├── pqRecebimentoBB.pq └── pqRecebimentoBB_modelo.txt ├── excel_lambda ├── DividirTextoColunas.txt ├── SQL_Replace.md ├── feriados.txt └── reverse_string.txt └── readme.md /DAX/SegundosParaHora.dax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/powerbi/HEAD/DAX/SegundosParaHora.dax -------------------------------------------------------------------------------- /PowerQuery/CoalesceOperator.pq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/powerbi/HEAD/PowerQuery/CoalesceOperator.pq -------------------------------------------------------------------------------- /PowerQuery/CriarTabelaComValoresTipo.pq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/powerbi/HEAD/PowerQuery/CriarTabelaComValoresTipo.pq -------------------------------------------------------------------------------- /PowerQuery/DividirTextoECriarColunasDinamicamente.pq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/powerbi/HEAD/PowerQuery/DividirTextoECriarColunasDinamicamente.pq -------------------------------------------------------------------------------- /PowerQuery/Join_TableSelectRows.pq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/powerbi/HEAD/PowerQuery/Join_TableSelectRows.pq -------------------------------------------------------------------------------- /PowerQuery/LoginAPI.pq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/powerbi/HEAD/PowerQuery/LoginAPI.pq -------------------------------------------------------------------------------- /PowerQuery/RenomearColunas.pq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/powerbi/HEAD/PowerQuery/RenomearColunas.pq -------------------------------------------------------------------------------- /PowerQuery/dCalendario.pq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/powerbi/HEAD/PowerQuery/dCalendario.pq -------------------------------------------------------------------------------- /PowerQuery/dCalendario2.pq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/powerbi/HEAD/PowerQuery/dCalendario2.pq -------------------------------------------------------------------------------- /PowerQuery/dimDate2_enUS.pq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/powerbi/HEAD/PowerQuery/dimDate2_enUS.pq -------------------------------------------------------------------------------- /PowerQuery/dimDate_enUS.pq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/powerbi/HEAD/PowerQuery/dimDate_enUS.pq -------------------------------------------------------------------------------- /PowerQuery/fnIsNumber.pq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/powerbi/HEAD/PowerQuery/fnIsNumber.pq -------------------------------------------------------------------------------- /PowerQuery/fxCotacaoMoeda.pq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/powerbi/HEAD/PowerQuery/fxCotacaoMoeda.pq -------------------------------------------------------------------------------- /PowerQuery/fxDeslocRows.pq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/powerbi/HEAD/PowerQuery/fxDeslocRows.pq -------------------------------------------------------------------------------- /PowerQuery/fxRemoverAcentos.pq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/powerbi/HEAD/PowerQuery/fxRemoverAcentos.pq -------------------------------------------------------------------------------- /PowerQuery/pqBuscaParcial.pq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/powerbi/HEAD/PowerQuery/pqBuscaParcial.pq -------------------------------------------------------------------------------- /PowerQuery/pqConsultaSedex.pq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/powerbi/HEAD/PowerQuery/pqConsultaSedex.pq -------------------------------------------------------------------------------- /PowerQuery/pqDropbox.pq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/powerbi/HEAD/PowerQuery/pqDropbox.pq -------------------------------------------------------------------------------- /PowerQuery/pqLookUp.pq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/powerbi/HEAD/PowerQuery/pqLookUp.pq -------------------------------------------------------------------------------- /PowerQuery/pqPowerTrim.pq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/powerbi/HEAD/PowerQuery/pqPowerTrim.pq -------------------------------------------------------------------------------- /PowerQuery/pqRecebimentoBB.pq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/powerbi/HEAD/PowerQuery/pqRecebimentoBB.pq -------------------------------------------------------------------------------- /PowerQuery/pqRecebimentoBB_modelo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/powerbi/HEAD/PowerQuery/pqRecebimentoBB_modelo.txt -------------------------------------------------------------------------------- /excel_lambda/DividirTextoColunas.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/powerbi/HEAD/excel_lambda/DividirTextoColunas.txt -------------------------------------------------------------------------------- /excel_lambda/SQL_Replace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/powerbi/HEAD/excel_lambda/SQL_Replace.md -------------------------------------------------------------------------------- /excel_lambda/feriados.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/powerbi/HEAD/excel_lambda/feriados.txt -------------------------------------------------------------------------------- /excel_lambda/reverse_string.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/powerbi/HEAD/excel_lambda/reverse_string.txt -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/powerbi/HEAD/readme.md --------------------------------------------------------------------------------