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] ) )
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!