Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. 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])
)
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
25 | |
18 | |
17 | |
17 | |
16 |
User | Count |
---|---|
27 | |
26 | |
19 | |
15 | |
14 |