Forum Discussion
gauravnarchal
4 years agoPost Prodigy
Need help with Calculated Column or Measure
Hello - I need your help in creating a measure or calculated column Show all invoice numbers and total Amounts in columns against each (Settlement) Auth. When there are multiple invoice numbers ...
gauravnarchal
4 years agoPost Prodigy
Hi v-chenwuz-msft - I have tried your solution, but I am not able to get the desired results for Invoice numbers.
I have attached my data again for you to see. Click Here
Many thanks for your help in advance.
v-chenwuz-msft
4 years agoCommunity Support
Hi gauravnarchal .Your model has some problems if you want to do this ,you should edit them like the following make sure these tables can filter by Settlement table’s AUTH field.
And this measure,but unselect the blank checkbox in the filter
Measure =
CONCATENATEX( 'ARInvoices', [invoice number], "/" )
Pbix in the end.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.