Forum Discussion
Concatenated Sum Not Adding Up
- 3 years ago
Hi , markefrody
Thanks for your smaple .pbix file , for your need , i think the best way is to create a measure like this:
Measure 2 = var _text1 =CONCATENATE( MAX('v_RailCarCountDaily'[Carrier]) , ":" ) return CONCATENATE(_text1,[Rail Car Count Sum])Then we can meet your need:
Thank you for your time and sharing, and thank you for your support and understanding of PowerBI!
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi , markefrody
Thanks for your smaple .pbix file , for your need , i think the best way is to create a measure like this:
Measure 2 = var _text1 =CONCATENATE( MAX('v_RailCarCountDaily'[Carrier]) , ":" )
return
CONCATENATE(_text1,[Rail Car Count Sum])
Then we can meet your need:
Thank you for your time and sharing, and thank you for your support and understanding of PowerBI!
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
- markefrody3 years agoPost Patron
v-yueyunzh-msft thank you for your solution. Works like a charm!