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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
mhoff
Regular Visitor

Data is not showing in a column in Power BI.

Hi 🙂
Can anyone help me why all my data is not showing in Power BI?

 

I have added a new coloum named "LCI 2" with the following formula: 

LCI 2 = DATEADD('TMI (Index)'[Comm pkg.Planned startup];-84;DAY)

 

But the results are not showing in all the cells in this column. Does any one now why?

I understand why its blank in cells that are blank, but i dont understand it where i already have a date.

2018-11-08_08-25-16.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Thank you in advance. 

Best regards

Marte

2 ACCEPTED SOLUTIONS
Anonymous
Not applicable

Hi mhoff,

"The result table includes only dates that exist in the dates column"... [Comm pkg.Planned startup] in your case.

See Function explanation.

 

https://docs.microsoft.com/es-es/dax/dateadd-function-dax

 

View solution in original post

v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @mhoff,

 

The reply of Miltinho should be useful.

 

In addition, if you want to show the date of the 84 days before the 'TMI (Index)'[Comm pkg.Planned startup], you could create another calendar table with CALENDARAUTO fucntion or CALENDAR function, then create the relationship with the tables.

 

Then you could create the calculated column with the formula below.

 

Column = DATEADD('calendar'[Date],-2,DAY)

Here is my test example.

 

Untitled.png

 

If you have solved your problem, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.

 

If you still need help, please feel free to ask.

 

Best Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @mhoff,

 

The reply of Miltinho should be useful.

 

In addition, if you want to show the date of the 84 days before the 'TMI (Index)'[Comm pkg.Planned startup], you could create another calendar table with CALENDARAUTO fucntion or CALENDAR function, then create the relationship with the tables.

 

Then you could create the calculated column with the formula below.

 

Column = DATEADD('calendar'[Date],-2,DAY)

Here is my test example.

 

Untitled.png

 

If you have solved your problem, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.

 

If you still need help, please feel free to ask.

 

Best Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Hi mhoff,

"The result table includes only dates that exist in the dates column"... [Comm pkg.Planned startup] in your case.

See Function explanation.

 

https://docs.microsoft.com/es-es/dax/dateadd-function-dax

 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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.

Top Solution Authors