Forum Discussion

datadmin-austin's avatar
4 years ago
Solved

Compare 2 Columns

Hello All,   We run safety audits daily and I have 2 different SharePoint Lists. One is just building details and the other are audit score details, but they both have building names on them. I am ...
  • DataInsights's avatar
    4 years ago

    datadmin-austin,

     

    Try these measures:

     

    Audit Score Percentage = MAX ( Table2[AuditScorePercentage] )
    Audit Date = MAX ( Table2[Date] )

     

    In the visual, use Table1[BuildingNameColumn] and enable "Show items with no data". Add the measures above to the visual.