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 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 !
Solved! Go to Solution.
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
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
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!
| User | Count |
|---|---|
| 101 | |
| 76 | |
| 56 | |
| 51 | |
| 46 |