Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

Slicer totaling ALL values on Pivot and not just what's selected

Greetings,

 

   I've been at this for a quick minute and I'm at a loss.  I have disconnected and reconnected the city hierarchy and when a city (Ex: Dallas) is selected, the total cost displays for all 3 cities but the total rev correctly displays just the city selected.

 

   The cities are named the same, connections have been reset several times, all slicers are connected to the table... 

 

   Anyone else seen this?

 

ManeMan_0-1675648895420.png

 

1 REPLY 1
Anonymous
Not applicable

Hi @Anonymous ,

I have created a simple sample, please refer to it to see if it helps you.

Create 2 measures.

COSTMEASURE =
VAR _1 =
    SUMX (
        FILTER ( ALL ( 'Table' ), 'Table'[Division] IN VALUES ( 'Table'[Division] ) ),
        'Table'[COST]
    )
RETURN
    IF ( ISINSCOPE ( 'Table'[Division] ), MAX ( 'Table'[COST] ), _1 )
REVMEASURE =
VAR _1 =
    SUMX (
        FILTER ( ALL ( 'Table' ), 'Table'[Division] IN VALUES ( 'Table'[Division] ) ),
        'Table'[REV]
    )
RETURN
    IF ( ISINSCOPE ( 'Table'[Division] ), MAX ( 'Table'[REV] ), _1 )

vpollymsft_0-1675734247115.png

How to Get Your Question Answered Quickly 

 

If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .

 

Best Regards
Community Support Team _ Polly

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.