Forum Discussion
DS_Perry
4 years agoNew Member
Date Table Returning zero values
Hello All, I am pretty new to Power BI and DAX so I apologize if my vocabulary isn't entirely accurate, however I'm having trouble with the functionality of the program. Goal: I would like to ...
- 4 years ago
Data[CreatedDate] is of the type of Date/time, which is different from type Date. A simple solution is to change it in PQ.
CNENFRNL
Community Champion
4 years agoData[CreatedDate] is of the type of Date/time, which is different from type Date. A simple solution is to change it in PQ.