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

Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.

Reply
LinhDO
Frequent Visitor

CREATE A NEW TABLE OF LAST 3 MONTHS

Hi all,

 

I try this DAX to create a new table of last 3 months but it does not work correctly.

 

SUMMARIZECOLUMNS(table[channel], table[Cust code], table[Item code],
"Sales",CALCULATE(SUM(table[Sales]),DATESINPERIOD(table[date],LASTDATE(table[date]),-3,MONTH)))
 
Please help!!!!!!!!!!!
2 REPLIES 2
Anonymous
Not applicable

Hi

Can you provide more information as to what is incorrect on the result since the DAX seems correct?

 

Tomas Santandreu Polanco |Principal Business Intelligence Consultant
www.designmind.com

I have found the solution. Thx 🙂

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

Find out what's new and trending in the Fabric community.