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
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?
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 )
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.
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
19 | |
14 | |
10 | |
7 |