To give a better understanding of how end-to-end solutions can designed. This course covers how to load data with Power BI Desktop, how to use some basic DAX, and create amazing visualizations on your data. Power BI is an impressive, one -stop reporting and analytical tool. You can connect and shape your data, as well as build reporting solutions that help drive decision making.
What you’ll learn:
Class files
Other Resources:
https://www.youtube.com/watch?v=MrLni…
https://www.youtube.com/watch?v=7ciFt…
https://www.youtube.com/live/QCdAI0XSaZ8
https://www.youtube.com/watch?v=QJw4H…
https://learn.microsoft.com/en-us/dax…
Creating a Date Dimension with Power Query – Devin Knight
DAX code used in this session:
Calendar = CALENDARAUTO()
Year = YEAR([Date])
Month Number = MONTH([Date])
Month = FORMAT([Date], “mmmm”)
Total Banks = COUNTROWS(‘Failed Banks’)