Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
hi,
i have managed to create a query parameter list called "MainAirport" that will filter 2 columns (i.e. ORIGIN & DEST) using following formula:
= Table.SelectRows( #"Promoted Headers", each [ORIGIN]=MainAirport or [DEST]=MainAirport)
however, i'm also trying to find all using following formula but without success:
= Table.SelectRows( #"Promoted Headers", each List.Contains({[ORIGIN], [DEST]}, MainAirport) or MainAirport = "All")
i am testing following DAX formula to calculate the total for diversion for DEST that doesn't produce the correct result -
Solved! Go to Solution.
hi & tks, @Mahesh0016.
it seems to work!
kindly advise the dax formula to chk for all too i.e. regardless of the ORIGIN and DEST.
krgds, -nik
hi @Mahesh0016,
i think i hv found the answer for all airports (regardless of the ORIGIN and DEST)-
krgds, -nik
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 7 | |
| 7 | |
| 5 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 14 | |
| 14 | |
| 10 | |
| 8 | |
| 8 |