Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Experts
Is it possibel to add the letter d to the end of the following measure so the end expected result is 23d
measure
Solved! Go to Solution.
Hi,
You can achieve this by below DAX Expression,
Result = CONCATENATE(CONVERT(AVERAGE('Table'[Values]),STRING),"d")
Thanks!
Inogic Professional Service Division
An expert technical extension for your techno-functional business needs
Power Platform/Dynamics 365 CRM
Drop an email at crm@inogic.com
Service: http://www.inogic.com/services/
Power Platform/Dynamics 365 CRM Tips and Tricks: http://www.inogic.com/blog/
Hi,
You can achieve this by below DAX Expression,
Result = CONCATENATE(CONVERT(AVERAGE('Table'[Values]),STRING),"d")
Thanks!
Inogic Professional Service Division
An expert technical extension for your techno-functional business needs
Power Platform/Dynamics 365 CRM
Drop an email at crm@inogic.com
Service: http://www.inogic.com/services/
Power Platform/Dynamics 365 CRM Tips and Tricks: http://www.inogic.com/blog/
Avg. Time =
var Avg_Time = AVERAGE(avgtime_case_close_by_country[avg_days])+0
var Text_Time = Fromat(Avg_Time, "General Number")&" "&"d"
return
Text_Time
Hopefully this helps @Anonymous
Hello @Anonymous ,
Try this
measure
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Proud to be a Super User! | |
User | Count |
---|---|
72 | |
67 | |
38 | |
25 | |
23 |
User | Count |
---|---|
96 | |
93 | |
50 | |
43 | |
42 |