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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi,
I have a table called "Team_Names" with 2 columns: "Full_Name" and "Team_Level"
I then have my main table that also has "Team_level" and is connected based on that.
I am trying to create a visual table with a column from the Main table "Team_level" and the column "Full_Name". However when I create this Table visual some of the "team_levels" are not assigned to a name and just comes out as empty in the table, instead I want to say "open". How can I do that?
Solved! Go to Solution.
Do all the team names exist in Team_Names but with blank full names?
If so use Power Query to replace null values with "Open" and then only use team names and full names from that table (we call it a dimension).
If they don't all exist you'd have to do some more work in power query. Roughly...
1) Duplicate main table.
2) Remove all columns except for
team name.
3) Remove duplicates.
4) Merge join this onto your original name table.
5) Expand the column you get to retrieve full names.
6) Replace nulls with "Open".
7) Set your original name table to not load.
😎 Recreate joins with new table.
non ho capito. posso avere una delucidazione?
Thank u! It worked
Do all the team names exist in Team_Names but with blank full names?
If so use Power Query to replace null values with "Open" and then only use team names and full names from that table (we call it a dimension).
If they don't all exist you'd have to do some more work in power query. Roughly...
1) Duplicate main table.
2) Remove all columns except for
team name.
3) Remove duplicates.
4) Merge join this onto your original name table.
5) Expand the column you get to retrieve full names.
6) Replace nulls with "Open".
7) Set your original name table to not load.
😎 Recreate joins with new table.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 59 | |
| 43 | |
| 42 | |
| 23 | |
| 17 |
| User | Count |
|---|---|
| 190 | |
| 122 | |
| 96 | |
| 66 | |
| 47 |