├── .gitmodules ├── Contributor.md ├── Flows └── readme.md ├── Power Automate └── readme.md ├── PowerApps ├── App │ ├── Game_20200531175500.zip │ ├── Learningtracker_20200521114807.zip │ └── zip.md ├── blogs │ └── info.md ├── chair.glb ├── formulas.md ├── sentiment_anlaysis formula.txt └── videos │ └── info.md ├── PowerBI ├── Power BI Basics │ ├── Data │ │ └── Financial Sample.xlsx │ ├── Part 1.pdf │ ├── Part 2.pdf │ ├── Part 3.pdf │ ├── Part 4.pdf │ ├── Part 5.pdf │ └── Readme.md └── Readme.md └── README.md /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Haimantika/PowerPlatform/HEAD/.gitmodules -------------------------------------------------------------------------------- /Contributor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Haimantika/PowerPlatform/HEAD/Contributor.md -------------------------------------------------------------------------------- /Flows/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Haimantika/PowerPlatform/HEAD/Flows/readme.md -------------------------------------------------------------------------------- /Power Automate/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Haimantika/PowerPlatform/HEAD/Power Automate/readme.md -------------------------------------------------------------------------------- /PowerApps/App/Game_20200531175500.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Haimantika/PowerPlatform/HEAD/PowerApps/App/Game_20200531175500.zip -------------------------------------------------------------------------------- /PowerApps/App/Learningtracker_20200521114807.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Haimantika/PowerPlatform/HEAD/PowerApps/App/Learningtracker_20200521114807.zip -------------------------------------------------------------------------------- /PowerApps/App/zip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Haimantika/PowerPlatform/HEAD/PowerApps/App/zip.md -------------------------------------------------------------------------------- /PowerApps/blogs/info.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Haimantika/PowerPlatform/HEAD/PowerApps/blogs/info.md -------------------------------------------------------------------------------- /PowerApps/chair.glb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Haimantika/PowerPlatform/HEAD/PowerApps/chair.glb -------------------------------------------------------------------------------- /PowerApps/formulas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Haimantika/PowerPlatform/HEAD/PowerApps/formulas.md -------------------------------------------------------------------------------- /PowerApps/sentiment_anlaysis formula.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Haimantika/PowerPlatform/HEAD/PowerApps/sentiment_anlaysis formula.txt -------------------------------------------------------------------------------- /PowerApps/videos/info.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Haimantika/PowerPlatform/HEAD/PowerApps/videos/info.md -------------------------------------------------------------------------------- /PowerBI/Power BI Basics/Data/Financial Sample.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Haimantika/PowerPlatform/HEAD/PowerBI/Power BI Basics/Data/Financial Sample.xlsx -------------------------------------------------------------------------------- /PowerBI/Power BI Basics/Part 1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Haimantika/PowerPlatform/HEAD/PowerBI/Power BI Basics/Part 1.pdf -------------------------------------------------------------------------------- /PowerBI/Power BI Basics/Part 2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Haimantika/PowerPlatform/HEAD/PowerBI/Power BI Basics/Part 2.pdf -------------------------------------------------------------------------------- /PowerBI/Power BI Basics/Part 3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Haimantika/PowerPlatform/HEAD/PowerBI/Power BI Basics/Part 3.pdf -------------------------------------------------------------------------------- /PowerBI/Power BI Basics/Part 4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Haimantika/PowerPlatform/HEAD/PowerBI/Power BI Basics/Part 4.pdf -------------------------------------------------------------------------------- /PowerBI/Power BI Basics/Part 5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Haimantika/PowerPlatform/HEAD/PowerBI/Power BI Basics/Part 5.pdf -------------------------------------------------------------------------------- /PowerBI/Power BI Basics/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Haimantika/PowerPlatform/HEAD/PowerBI/Power BI Basics/Readme.md -------------------------------------------------------------------------------- /PowerBI/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Haimantika/PowerPlatform/HEAD/PowerBI/Readme.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Haimantika/PowerPlatform/HEAD/README.md --------------------------------------------------------------------------------