Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

"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...
  • Anonymous's avatar
    Anonymous
    5 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]))