Chart Looks at Different Data Set - Table

Hi Guys

Really strange this one.

I have a slice "InvoicedThisMonth" which is based on the table "qryInvoicedMinusCredits".

MM_Group_0-1679933869244.png

 

I'm creating a chart UX and changing the display name to: "Sales Total: " & SUM([TotalInvoiced])

The Expression Assistant cannot find the column [TotalInvoiced]. So if I look in the 'Columns' assistant the columns available in there are from a totally different table and not from the Slice.

I've double checked the UX 'For This Data' and everything is correct selected.

MM_Group_0-1679932437571.png

Expression Assistant Below, these Columns are not from the 'InvoicedThisMonth' slice ??

MM_Group_0-1679932575723.png

 

 

 

Solved Solved
0 4 225
1 ACCEPTED SOLUTION

Thanks @Marc_Dillon very interesting.

But I'm not sure how I would apply that to this: (IGNORE ME)

"Sales Total: " & SUM(InvoicedThisMonthLessCredits[TotalInvoiced])

"Sales Total £: " & (ROUND(SUM(InvoicedThisMonthLessCredits[TotalInvoiced])*100)/100.0)

Many Thanks

 

View solution in original post

4 REPLIES 4
Top Labels in this Space