Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
25 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
25 | |
12 | |
11 | |
10 | |
6 |