Forum Discussion
instdes
6 years agoFrequent Visitor
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...
- 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]
amitchandak
6 years agoSuper User
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]