Forum Discussion
Memory error: Memory Allocation failure . Try simplifying or reducing the number of queries.
- 5 years ago
Hi,
If I understand correctly you are currently creating the column that is causing the issue with dax. You could try and add this column in power query instead. Calculated (dax) columns are not compressed as well as computed (power query) columns. So this could potentially save you the needed resources. The duration.totext() function in power query can be used to calculate the time difference between two timestamps so this may be a good place to start.
Regards,
Tim
Hi,
If I understand correctly you are currently creating the column that is causing the issue with dax. You could try and add this column in power query instead. Calculated (dax) columns are not compressed as well as computed (power query) columns. So this could potentially save you the needed resources. The duration.totext() function in power query can be used to calculate the time difference between two timestamps so this may be a good place to start.
Regards,
Tim
Thanks for this suggestion, I will reach out to someone in the general forum with regards to this.