Forum Discussion
Jamesp435
Advocate I
5 years agoFormula to get a table visual...
Hi team In a Power BI data-table I have the following list: Client Issue BT 26/01/21: Lack of resources BT 28/01/21: Cannot get supplies Vodaphone 27/01/21: ...
- 5 years ago
Hi Jamesp435 ,
Try the following formula:
Measure 4 = CONCATENATEX( Test, Test[Issue], UNICHAR(10) )If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
WinnizIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-kkf-msft
Community Support
5 years agoHi Jamesp435 ,
Try the following formula:
Measure 4 =
CONCATENATEX(
Test,
Test[Issue],
UNICHAR(10)
)
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Jamesp435
Advocate I
5 years agoPerfect.
Thanks for that Winniz
James