Forum Discussion
Anonymous
4 years agoNot applicable
Using Power BI data set as source for Excel pivot table
Hi, I have a problem when using Power BI data set as source for Excel pivot table. When adding date in the pivot table, dates are formated as text (e.g. "02/01/2019"), but in Power BI it is cor...
- 4 years ago
Anonymous
https://ideas.powerbi.com/ideas/idea/?ideaid=e9b77e43-84bc-4440-9e3f-0725dcf60cd3
Go Vote 🙂
Anais_M
2 years agoNew Member
Hello,
Just create 3 new columns in your Date table : Year = YEAR(DimDate[Date]), Month et Day, in DAX, and you're good to go.