Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet 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 |
|---|---|
| 97 | |
| 76 | |
| 52 | |
| 51 | |
| 46 |