Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
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
@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
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!