Create Power BI Calendar Table with Python--Fast, Detailed, and Simple

preview_player
Показать описание
Learn how to create a robust date table by leveraging a simple Python script that will allow you to create a host of different time segments for an awesome customized calendar table.

You can copy and paste the code:
import pandas as pd
start= '1/1/2020'
end = '12/31/2020'

You can find the Jupyter Notebook here for the code here:
Please find the resources here for adding more customization with Pandas datetime:

#PowerBI
#Python
#DateTable
#CalendarTable
#TimeIntelligence
Рекомендации по теме
Комментарии
Автор

Thank you for your video! I helps a lot

HabsatouMARIKO
Автор

Excellent, anxiously i wait you video since you support power bi with python. Thanks.

jamalq
Автор

Hi, your video are very good for learning, however sometimes I miss to understand in between line as I come from Excel background and not a tech person. What should be my approach to learning python?

sundertalreja