eazyBi not import all data

Hi @Aviel_Bashari ,

The field ‘Original estimated hours’ is linked with the Time dimension to the moment of issue creation.
When using the Time dimension on report rows - you should detach the measure from the Time dimension.
You can do that by changing the measure into a tuple with [Time].CurrentHierarchy.DefaultMember

So instead of using

[Measures].[Original estimated hours]

you could use

([Measures].[Original estimated hours],
[Time].CurrentHierarchy.DefaultMember)

Similar issue has been addressed in this community thread - How to fill a empty Field own Formula

Kind regards,
Oskars / support@eazyBI.com