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:

DivisionOpen Last 7 DaysDivisionClosed Last 7 Days
Accounting5  
Legal4  
  Accounting3
  Legal2

 

Desired Outcome that I would like is:

DivisionLast 30 Days
Accounting8
Legal6
  • 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]

     

2 Replies