Forum Discussion
Coelijoeli
10 years agoAdvocate I
Days 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
10 years agoResolver III
Hi 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
10 years agoAdvocate V
Hi,
You can create a new measure with the dax formula by @Eno1978
Regards.