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
faiqsadiq1
Frequent Visitor

Data Date Missing in Power BI

Full Data PictureFull Data PictureDax MeasureDax Measure

 

 

 

Hi ,I hope you would be all fine and great in health.

I have an issue there is date when inventory would be posted in system but due  to logistics issue it comes and posts after 7 days and i have to add it manually ,so i made a dax measure.

dax measure was successfully but facing some of dates missing .Please need support and help in this matter

1 ACCEPTED SOLUTION

Try this,

Original Date = IF(Forecast[Date]=DATE(1900,1,1), Forecast[Date], Forecast[Date] +7)

View solution in original post

4 REPLIES 4
FreemanZ
Super User
Super User

Shall try this:

Original Date = Forecast[Date] - 7

BTW, DATEADD is a time intelligence function and thus its first argument needs to be a date column from a Date table.

 

solution required.png

 Thankyou @FreemanZ .it got sorted but i dont want 1 january 1990 to be added except date i need all dates to be added .What would be the solution please

Try this,

Original Date = IF(Forecast[Date]=DATE(1900,1,1), Forecast[Date], Forecast[Date] +7)

Dear @FreemanZ ,Thanks alot .It gives alot of confidence to learn and grow when people like you are always ready to help.

God Bless you

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.