The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
[deleted]
Solved! Go to Solution.
@PBI12345 Try this:
AsAt Leisure Revenue LY =
CALCULATE(
SUM(
'Data: RADAR'[Revenue Held (LY)]),
ALL('Booking Agents'),
'Data: RADAR'[Source] = "AsAt",
'Booking Agents'[Psuedo Segment Type] = "Leisure",
'Network Group Table'[Network Group] IN DISTINCT('Data: RADAR'[Network Group])
)
@PBI12345 Try this:
AsAt Leisure Revenue LY =
CALCULATE(
SUM(
'Data: RADAR'[Revenue Held (LY)]),
ALL('Booking Agents'),
'Data: RADAR'[Source] = "AsAt",
'Booking Agents'[Psuedo Segment Type] = "Leisure",
'Network Group Table'[Network Group] IN DISTINCT('Data: RADAR'[Network Group])
)
User | Count |
---|---|
17 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
9 | |
8 |