Use Measure column to replace text

0 votes
How to use Measure /column to replace text in another column using a calculation? I want to replace blank values in a column to a common group.
May 17, 2019 in Power BI by Nithin
994 views

1 answer to this question.

0 votes
Hi Nithin,

For example, to replace null or blank values of postal code, I'm replacing the values using ISBLANK().

Create a column as below

Column  = IF(ISBLANK(Orders[Postal Code]),"NO Entry",Orders[Postal Code]).

Then the blank or null values would be replaced.

Hope it helps.
answered May 17, 2019 by Cherukuri
• 33,030 points

Related Questions In Power BI

0 votes
1 answer

How to Convert measure to calculated column?

Hi, I have created a new measure using ...READ MORE

answered Jul 18, 2019 in Power BI by Avantika
• 1,520 points
6,433 views
+2 votes
1 answer

How to create measure out of column

To convert the LossValue column into a ...READ MORE

answered Apr 29, 2024 in Power BI by anonymous
• 1,420 points
988 views
0 votes
1 answer

How to use play axis in stocked column chart

Hey Katyvin, If you want to use the ...READ MORE

answered Feb 18, 2020 in Power BI by Gitika
• 65,770 points
2,378 views
0 votes
1 answer
0 votes
1 answer

Displaying Table Schema using Power BI with Azure IoT Hub

Answering your first question, Event Hubs are ...READ MORE

answered Aug 1, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
1,400 views
+1 vote
1 answer

Unable to install connector for Power Bi and PostgreSQL

I think the problem is not at ...READ MORE

answered Aug 22, 2018 in Power BI by nirvana
• 3,130 points
2,787 views
+2 votes
2 answers

Migrate power bi collection to power bi embedded

I agree with Kalgi, this method is ...READ MORE

answered Oct 11, 2018 in Power BI by Hannah
• 18,520 points
1,560 views
+1 vote
1 answer

Connect power bi desktop to dataset and create custom reports

Yes using Power BI REST API to ...READ MORE

answered Sep 18, 2018 in Power BI by Kalgi
• 52,350 points
1,699 views
+2 votes
3 answers

How to replace null values with custom values in Power BI(power query editor)?

Hi Nithin, To fill or replace the null or ...READ MORE

answered Mar 8, 2019 in Power BI by Cherukuri
• 33,030 points
160,667 views
0 votes
1 answer

Add Column Count_of_people across two tables to get the count of people from a city.

Hi Anitha, 1. Merge both tables, using City ...READ MORE

answered Mar 22, 2019 in Power BI by Cherukuri
• 33,030 points
1,299 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP