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.
Using a basic table in Power BI, I want to provide row level data for a group of individuals (name, address, and phone number). However, my phone number table has a row for each phone number on file (e.g., cell and home). I am getting my data through a direct query. Below is an example of what I have and what I am trying to accomplish.
Current State
ID | Phone_Type | Phone_Numb |
1235890 | CELL | 012-345-6789 |
1235890 | Home | 987-654-3210 |
Desired State
ID | CELL | HOME |
1235890 | 012-345-6789 | 987-654-3210 |
Any thoughts on how this can be accomplished? Thank you for any suggestions.
Take care.
Solved! Go to Solution.
Use a matrix visual instead of a table visual and put ID on the rows and Phone_Type on columns.
Use a matrix visual instead of a table visual and put ID on the rows and Phone_Type on columns.
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 |
---|---|
15 | |
12 | |
8 | |
8 | |
7 |
User | Count |
---|---|
15 | |
13 | |
9 | |
7 | |
6 |