Forum Discussion
Tota13
2 years agoRegular Visitor
DAX new Calculated table
Hi
i want to create a new calculated table that get me the follwoing results:
Flights handled | Main |
1,2,3,4,7 | A |
3,4 | B |
1,2,6 | C |
6,7,8,9,10 | D |
4,5,9 | E |
8,9,10 | F |
and i have two tables one called flights and has these 4 columns: Flight number, fromtopair, from, to and the other table called Airports have two columns Main, sub. i want the new calculated column to get the flight numbers that the main airport or it's sub has handled. when the main airport or it's sub airport are one of the From or To column then we add the flight number to the main airport and the result should be like the table above. how can i do that in dax ?
3 Replies
- Tota13Regular Visitor
i need to make a new table such as the table above excuse me by mistake i wrote calculated column.