Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I have a table containing flight number and delay reason 1, delay reason 2 and delay reason 3 how can I make the delays in one line with a new line after each delay reason using Dax
Flight Num | Delay 1 | Delay 2 | Delay 3 |
12 | LateX | LateY | LateZ |
13 | LateA | LateB | LateC |
To Be in the presentation of power bi
Flight Num | Delays |
12 | LateX LateY LateZ |
13 | LateA LateB LateC |
Solved! Go to Solution.
Hi @HishamAT
If the visual on your image is your final goal you can create a measure like :
If not you will need these reasons as some categories than rather you should unpivot your table from PQ:
and after closing and applying create the hierarchies matrix:
more information about unpivot is here :
https://www.youtube.com/watch?v=tAIqopmj9RA
The pbix with both solutions is attached
If my answer was helpful please give me a Kudos and accept as a Solution.
Hi @HishamAT
If the visual on your image is your final goal you can create a measure like :
If not you will need these reasons as some categories than rather you should unpivot your table from PQ:
and after closing and applying create the hierarchies matrix:
more information about unpivot is here :
https://www.youtube.com/watch?v=tAIqopmj9RA
The pbix with both solutions is attached
If my answer was helpful please give me a Kudos and accept as a Solution.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
59 | |
53 | |
52 | |
36 | |
33 |
User | Count |
---|---|
80 | |
73 | |
45 | |
45 | |
43 |