Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

How to Copy Master Calendar from another PBI file to my new AR Doc ?

Hi

 

Paulyeo11_0-1602140568965.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

 

If i understand you correctly, you could click Transform data to open Query Editor, then find the queries under advance editor.

https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-query-overview#advanced-editor 

 

Best Regards,

Jay

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @Anonymous ,

 

If i understand you correctly, you could click Transform data to open Query Editor, then find the queries under advance editor.

https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-query-overview#advanced-editor 

 

Best Regards,

Jay

amitchandak
Super User
Super User

@Anonymous , You can copy the Power Query Script table. Not Dax script tables as of now.

You can save a pbix with a date table and use it.

 

Or best you create a calendar table using Addcolumns like

Date = ADDCOLUMNS(CALENDAR(date(2018,01,01),date(2020,12,31)) ,"Month Year", FORMAT([Date],"mmm-yyyy") ,"Month Year sort", FORMAT([Date],"yyyymm") ,"Year" , year([Date]))

 

You can easily copy paste table from one place to another 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors