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
raassd
Helper I
Helper I

Create new table based referring to old table based on MTD

Hi Team,

I have table_A where it has few columns and a date column.

My requirment is I have to create a new table refering to date colum in Tabe_A where I should be able to see only values from MTD in my new table.

 

Thanks in advane !

 

1 ACCEPTED SOLUTION
ribisht17
Super User
Super User

@raassd 

 

Use similar approaach using Time function for MTD Solved: Create a new table from existing table (Using DAX ... - Microsoft Power BI Community

 

= CALCULATE(SUM(InternetSales_USD[SalesAmount_USD]), DATESMTD(DateTime[DateKey]))

Regards,

Ritesh

View solution in original post

1 REPLY 1
ribisht17
Super User
Super User

@raassd 

 

Use similar approaach using Time function for MTD Solved: Create a new table from existing table (Using DAX ... - Microsoft Power BI Community

 

= CALCULATE(SUM(InternetSales_USD[SalesAmount_USD]), DATESMTD(DateTime[DateKey]))

Regards,

Ritesh

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