Forum Discussion
spider_Monkey
Helper I
3 years agoAutomatically Split One Table into Smaller Tables based on a row value (Name)
Hello, I am working with a dataset with 15mm+ rows, so needless to say I am running into issues while writing some formulas. I have found if I make the data set smaller the formulas work. S...
spider_Monkey
Helper I
3 years agoDo you know of a way to write that formula to make a custom column in the query?
ppm1
Solution Sage
3 years agoPlease try this column expression instead.
Previous Action =
VAR thisdate = 'Test'[Date]
RETURN
CALCULATE (
MAX ( 'Test'[Date] ),
ALLEXCEPT ( 'Test', 'Test'[ID] ),
'Test'[Date] < thisdate
)
Pat
- spider_Monkey3 years ago
Helper I
Morning ppm1 ,
No luck it tells me not enough memory to complete the operation. I tried a version of that formula first and got the same error.
Is there anyway to write this in Mquery?