Forum Discussion
simplimitch
9 years agoRegular Visitor
Calculate with filter causing performance issues
Currently I am trying to do some calculations within Power BI and all of the component parts are working but when i put them together the system tells me that I don't have sufficient RAM. I have ...
- 9 years agoWill you have 1 row per day? In other words you are trying to calculate the number of days between a start date and end date?
Have you tried the DATEDIFF function? If this won't work, you could try calculating the min and max dates as there own measures and then using those in the calculate function.
dkay84_PowerBI
9 years agoMicrosoft Employee
Will you have 1 row per day? In other words you are trying to calculate the number of days between a start date and end date?
Have you tried the DATEDIFF function? If this won't work, you could try calculating the min and max dates as there own measures and then using those in the calculate function.
Have you tried the DATEDIFF function? If this won't work, you could try calculating the min and max dates as there own measures and then using those in the calculate function.
simplimitch
9 years agoRegular Visitor
Yp DateDiff was a much better way of doing it.