Forum Discussion
Coelijoeli
Advocate I
10 years agoDays between two dates columns
Hello community, I'm building a dashboard with Power BI Desktop. I've connected a SQL server database which has two date fields: [Transactiondate] [Closed] What I want to do is get the ...
Rémi
Resolver III
10 years agoHi Coelijoeli,
When you do the difference, Power BI will keep the same format. Then you have to convert your result in order to obtain what you want.
Then you can add format function, or you can choose a number format into the top ribbon.
Haegi
Advocate V
10 years agoHi,
You can create a new measure with the dax formula by @Eno1978
Regards.