Forum Discussion
Need formula help
mmm, didn't you say that your date columns where actually text type? If that is the case than things like MIN, MAX and EARLIER are not going to work if the date format is mmm-yy.
So you would need to create a proper date column first, and although you could try that in DAX, I would advice to do that in Power Query or even in the source if that's possible.
Correct they were text, but I did already switch to date, to get the lookupvalue to work.
Biggest issues is getting all rows to fill in. Thanks!
- Anonymous2 years agoNot applicable
Hi, yaya1974
May I ask if you have gotten this issue resolved? If it is solved, please share your solution and accept it as solution, it will be helpful for other members of the community who have similar problems as yours to solve it faster.
If it is not resolved, I hope you will provide the full .pbix file via OneDrive or SharePoint. Please be careful to remove all sensitive information and we will do our best to provide ideas for your issue.I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.
Best Regards,
Fen Ling,
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.- yaya19742 years agoHelper III
Hello, No it is not resolved, still looking how to get the rows filled in. Unfortunately I am not able to provide files, due to my company blocking anyone outside of company. All I have is the screen shot above.
Do you have a suggestion on how I can share? Sorry, I do appreciate everyone's help though!!
Thank you!
Lori
- sjoerdvn2 years agoSolution Sage
So for that first table, you want a computed column, where the result is the difference between the current value and the most recent value that was different ?
But does that table also have a column that indicates the customer? and the values should be determined by customer?