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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
shahidalaila23
Frequent Visitor

how to show data column with different date in one table

Hi, 

 

I'm sorry for the confusing subject, I don't know how to say it short. 

 

I have a set of table with measure, when I put all data in one table usually it will follow the cummulative date of all the data, for now if I want to show only data of first week (from 1 until 7) I put date on filter. My question is, is there a possible way to have different date in one table? 

 

my table is as below : 

shahidalaila23_0-1618820868445.png

 

qtyADS is an average measure for qty total. For the table is now filtered for 1 until 7 (first week) and I have data until 30th of the month. 

 

I'm really new in using power Bi and still have problem using DAX, so I really appreciate your help. 

 

 

2 REPLIES 2
amitchandak
Super User
Super User

@shahidalaila23 , You can cumulative like

Cumm Sales = CALCULATE(SUM(Sales[Sales Amount]),filter(allselected(date),date[date] <=max(date[Date])))

 

Cumm Sales = CALCULATE(SUM(Sales[Sales Amount]),filter(allselected(Sales),Sales[Sales Date] <=max(Sales[Sales Date])))

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

but this will return the total for selected date, and how about if I have one column that show first week total (1 until 7) and other column that show second and third week, (6 until 14) , so I will have two or three column that show qtyADS for first week, second week, third week and final week of the month. 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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.