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.
Hello
I have two tables which I have joined them with a common column.
I put the common column in my dashboard table and now I want to put a second column from the second table next to it.
This second column has values Yes or No and no Blanks.
When I drag that column, the Yes/No are displayed next to the common column but in some instances, there are Blanks obviously because there is no value in the second column corresponding to the value in the common column.
How can I replace these blanks with 'New'?
I tried to use the related function but it says the table doesn't exist or there is no relationship.
Thanks
Solved! Go to Solution.
@Anonymous , In march 2020 release you have support for coalesce
coalesce([Measure],"New")
Hi @amitchandak ,
As @amitchandak said, creating a measure:
coalesce(max( table[column] ),"New")
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @amitchandak ,
As @amitchandak said, creating a measure:
coalesce(max( table[column] ),"New")
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Please share a sample data set or screenshot of your tables, visual and table relationship
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 |
---|---|
76 | |
73 | |
57 | |
38 | |
35 |
User | Count |
---|---|
83 | |
68 | |
59 | |
46 | |
45 |