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]))
amitchandak
Super User
5 years agoAnonymous , what is source data. Assuming the table you shared is the expected output
Usually a measure like this should work = sum(PaymentAmount)+1