Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register 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! | |
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
77 | |
74 | |
57 | |
39 | |
33 |
User | Count |
---|---|
70 | |
63 | |
57 | |
49 | |
46 |