Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello,
I've created two tables that mimic each other with data from auctions. From this, I've developed two sets of filters, such as the auction name, auction region, and the date the auction took place. Additionally, I have two field parameter single selection slicers that allow the user to select a value they want from the specified auction, such as number of items sold, run, sale price, average condition, etc.
The user can make selections on all of these to get two fields selected in the field parameters returned on different cards. For example, based on the first set of slicers, I can get the total sold in auction 1 from the past week (e.g., 36), and on the other card, I can get the total items run from auction 2 in the past month (e.g., 300).
Now, I'm looking to create a card that finds the difference between these values (-270). However, I cannot find a way to get the values from the first two cards in a measure in order to create a measure that subtracts the two of them. Is there a way to create this third card?
Solved! Go to Solution.
Hi @Hurricane52 if you need difference for two different measures, simple create third measure like
measure 3 = [measure 2]-[measure 1]
Proud to be a Super User!
Hi @Hurricane52 if you need difference for two different measures, simple create third measure like
measure 3 = [measure 2]-[measure 1]
Proud to be a Super User!
User | Count |
---|---|
13 | |
8 | |
8 | |
7 | |
5 |
User | Count |
---|---|
21 | |
15 | |
15 | |
10 | |
7 |