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
I need to display a column SalesAll which should display number for all markets combined. For Example, SalesAll should display 381 for all the markets. How to achieve that?
Hi,
I am not sure how your datamodel looks like, but please try something like below.
SalesAll measure: =
CALCULATE ( SUM ( tablename[sales] ), ALL ( tablename[market] ) )
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
19 | |
14 | |
10 | |
7 |