Forum Discussion
Visual Showing a Single Calculated Figure
Hi,
I have two counted values that I get from two different tables. I want to show the net figure (A total count - B total count) as a single figure in a visual. Not refering to two columns which can be summed or difference worked out. Two columns like number of invoices vs number of scans. see the pic below. is there an easy way to do this?
3 Replies
- Ashish_MathurSuper User
Hi,
Create a single column Dim Table. This column should be the connecting column in both tables. Create a relationship (Many to One and Single) from the two tables to this third table. To your visual, drag the field from the Dim table. Your new measure should be
Measure = [Measure1]-[Measure2]
Hope this helps.
- TTONew Member
Thanks Ashish
Added more detail to the orignial post. dont want to add a table. Looking for a visual which will show the net.
- Ashish_MathurSuper User
The best and perhaps the only way is to add a Calendar Table.