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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Versions update bug on date formulas

Hi,

 

After updating from version 2.55.5010.641 64-bit (February 2018) to the version 2.57.5068.721 64-bit (April 2018), we have noticed that  the new version has trouble with the DAX formula  that we put on the dates. These dates allow us to set dates in the past to Day -1 or Day-2.

 

Here are the formulas in the projet :

 

Date utilisée = if(CBL[ORIGINE]="STK"; TODAY()-2;if(CBL[DATE_CBL]<TODAY();TODAY()-1;CBL[DATE_CBL]))
-----------------------------------------------------------------------------------------------
Valo besoin DPC = CBL[QTE_BESOIN]*RELATED('Valo DPC'[COUT_GLOBAL])
-----------------------------------------------------------------------------------------------
Valo besoin DPC **bleep** = 
CALCULATE(
	SUM('CBL'[Valo besoin DPC]);
	FILTER(
		ALLSELECTED('CBL'[Date utilisée]);
		ISONORAFTER('CBL'[Date utilisée]; MAX('CBL'[Date utilisée]); DESC)
	)
)

 

 

With exactly the same project (same data and same filter), we get 2 diagrams totally different :

1) got from version 2.55.5010.641 64-bit (February 2018) :

2018-04-18_11h48_27.png

 

2) got from version 2.57.5068.721 64-bit (April 2018) :

2018-04-18_11h49_33.png

 

I remain available if you need further information;

 

Thanks

 

Status: New
Comments
v-qiuyu-msft
Community Support

Hi @Falitokiniaina,

 

Are you able to share the pbix file with us? Please do remove sensitive data before you share the link here. 

 

Best Regards,
Qiuyun Yu 

Falitokiniaina
New Member

Hi Qiuyun Yu,

We have removed sensitive data, and we can send you the pbix file.

How can we send it from this post? There is no way to add attached file?

or Could you send me your address mail? I will send you directly.

Thanks.

Fali

Falitokiniaina
New Member