Forum Discussion
Anonymous
5 years agoNot applicable
"Show Items With No Data" causing problems; other data goes missing!
Hello, I'm trying to produce what should be a very simple table visual. The first four columns are from my Payments table, and the final column is from a table called SpecialRequests. The SpecialR...
- Anonymous5 years ago
An update - I haven't figured this out, but I have developed a satisfactory workaround. The workaround is a measure:
SpecialRequestDesc = CALCULATE(MIN(SpecialRequests[SpecialRequestDesc]))
Anonymous
5 years agoNot applicable
Hi amitchandak , the source data for these columns does not contain any measures. I'm just looking to output single transactions, not aggregations. However, the PaymentCode column is a calculated column.
Yes, the table I shared is the expected output.