Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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! | |