Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Dear Community,
I would like to ask for your help in a transportation related question.
Input table: Transport 1 and Transport 2 with the loading/unloading locations and its sequence
Transport ID | Loading/unloading sequence | ZIP code |
Transport 1 | 0 | 1230 |
Transport 1 | 1 | 3150 |
Transport 1 | 2 | 3204 |
Transport 1 | 3 | 3240 |
Transport 1 | 4 | 3382 |
Transport 2 | 0 | 1230 |
Transport 2 | 1 | 4405 |
Transport 2 | 2 | 4306 |
Transport 2 | 3 | 4858 |
Expected output: list of all possible transport relations according to transport IDs (as grouping attributes) and given sequence of the locations - see below. The number of options - in case of 4 stops it is 4+3+2+1 = 10; in case of 3 stops it is 3+2+1 = 6.
Transport ID | Transport relations based on sequence |
Transport 1 | 1230_3150 |
Transport 1 | 1230_3204 |
Transport 1 | 1230_3240 |
Transport 1 | 1230_3382 |
Transport 1 | 3150_3204 |
Transport 1 | 3150_3240 |
Transport 1 | 3150_3382 |
Transport 1 | 3204_3240 |
Transport 1 | 3204_3382 |
Transport 1 | 3240_3382 |
Transport 2 | 1230_4405 |
Transport 2 | 1230_4306 |
Transport 2 | 1230_4858 |
Transport 2 | 4405_4306 |
Transport 2 | 4405_4858 |
Transport 2 | 4306_4858 |
If anyone could help, I would be really grateful!
Best regards,
Peter
Solved! Go to Solution.
Hi @MMPPCP -Create a new table in Power BI that lists the transport data as below:
TransportRelations =
Hope this works
Proud to be a Super User! | |
Hi @MMPPCP -Create a new table in Power BI that lists the transport data as below:
TransportRelations =
Hope this works
Proud to be a Super User! | |
User | Count |
---|---|
98 | |
76 | |
74 | |
49 | |
26 |