Forum Discussion

instdes's avatar
instdes
Frequent Visitor
6 years ago
Solved

Combine Two Tables with Same Column Names for One Chart

I have two computed measures from different tables that have the same Value Names so I am trying to combine them into one table for the desired outcome.  This is what I get: Division Open Last 7...
  • amitchandak's avatar
    6 years ago

    I think you should create a common division and join with both tables.

    And create a combined measure

    last 30 day =[Open Last 7 Days] + [Closed Last 7 Days]