Forum Discussion
New_be
5 years agoHelper V
Group By: Not Working
Hi expert! I have one problem that i think people from this community can help me with 😊 Problem: I want to group a value column based on certain columns. But when I use function grouped by, it...
- 5 years ago
New_be , I doubt your date has timestamp
Create a date from production date in power query and try with that date
DateTime.Date([production_date])
amitchandak
5 years agoSuper User
New_be , I doubt your date has timestamp
Create a date from production date in power query and try with that date
DateTime.Date([production_date])
- New_be5 years agoHelper V
Thanks amitchandak ! 😃 Its work like you said. But i don't know why it is not working for me before as i already converted the datatype.