Forum Discussion
sprakash1192
Helper II
6 years agoDisplay values from different tables under one column
I have two tables - Sales and Production which store total units sold and produced by time period. I am trying to show total units from the two tables under one column, but becuase the values from tw...
- 6 years ago
Create a measure that adds both values, and display the measure.
lbendlin
Super User
6 years agoCreate a measure that adds both values, and display the measure.
sprakash1192
Helper II
6 years agoHow will it differentiate the sum between sales and production?