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
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]))