Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi,
I get the above message when refreshing on Power BI Online.
I have isolated the problem and know that it is literally related to the one calculated column below:
_Next Order Date = CALCULATE(MIN(Order_Header[Date]),FILTER(Order_Header,Order_Header[Date] > EARLIER ( Order_Header[Date] )
&& Order_Header[Customer_Email] = EARLIER ( Order_Header[Customer_Email] )))
I need this for a host of different measures. It just gives the next order date for a particular customer.
Is there a way to change the setting on power bi online to accomodate this before I look at ways of changing the DAX?
Many thanks in advance
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.