Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. 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! | |
User | Count |
---|---|
82 | |
72 | |
67 | |
47 | |
36 |
User | Count |
---|---|
111 | |
56 | |
50 | |
42 | |
40 |