Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello,
I have the following calculated column formula which calculates the difference between two dates and i use it in a table visualization with the start date, end date and duration columns. But i want to add a text at the end of the duration value: " days".
Duration = DATEDIFF('Scores'[Start date],'Scores'[End date],DAY)+1
I tried to use the concatenate function but it does not work. Any help is much appreciated!
Duration = CONCATENATE((DATEDIFF('Scores'[Start date],'Scores'[End date],DAY)+1), " days")
Solved! Go to Solution.
@Anonymous
Try this.
Duration = DATEDIFF('Scores'[Start date],'Scores'[End date],DAY)+1 & " days"
@Anonymous
Try this.
Duration = DATEDIFF('Scores'[Start date],'Scores'[End date],DAY)+1 & " days"
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
143 | |
77 | |
63 | |
51 | |
47 |
User | Count |
---|---|
212 | |
82 | |
61 | |
60 | |
57 |