Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Replace or Lookup Values

Hi,


I am relatively new to Power BI. While I am quite comfortable with Excel and SQL, I am finding Power BI a bit of a challenge for some of the things I am wanting to do.

 

This one seems like quite a simple one, but clearly, I am missing something in terms of what do.

I have a table that I am looking to transform/replace some of the values to clean up the data.

 

The original data and what I am looking to produce is below.

 

AccType's with an X1 is an Account Name of ‘Silver Account’, but in the instance of the same Customer (1111 in the example) can have many ‘Silver Account’. So I want to say anything with X1 or anything X1.* (wildcard) is also a ‘Silver Account’.


In PBI, I can certainly create a replace X1 with ‘Silver Account’ and X1.1 with ‘Silver Account’ and so on, but this would take a very long time as there could go up to X1.999 and then there are several other types as well… e.g. X20 or X20.* is ‘Bronze Account’ and M2 or M2.* is ‘Misc Account’.

Is there a way to have a replace that use can use a wildcard or perhaps even a lookup table that has the definitions of the accounts stored in another table and then referred to in PBI?

 

Here is the example data....

 

Here is the Source Data

AccountNoAccTypeCustomerPoints
1111X1X11111256
1111X1.1X1.11111589
1111X1.2X1.2111110002
1111X1.3X1.31111555
1111X1.4X1.41111698
1111X1.5X1.51111148
1111X1.6X1.611112699
1111X1.7X1.7111136985
1111X1.8X1.811111554
1111X1.9X1.911112
1111X1.10X1.10111133
2222X1X1222298
2222X1.1X1.12222933
9999X20X20999978456
9999X20.1X20.19999365
7777M2M277772358
7777M2.1M2.1777723

 

This is what I am looking to have it look like

AccountNoAccTypeAccountNameCustomerPoints
1111X1X1Silver Account1111256
1111X1.1X1.1Silver Account1111589
1111X1.2X1.2Silver Account111110002
1111X1.3X1.3Silver Account1111555
1111X1.4X1.4Silver Account1111698
1111X1.5X1.5Silver Account1111148
1111X1.6X1.6Silver Account11112699
1111X1.7X1.7Silver Account111136985
1111X1.8X1.8Silver Account11111554
1111X1.9X1.9Silver Account11112
1111X1.10X1.10Silver Account111133
2222X1X1Silver Account2222

98

2222X1.1X1.1Silver Account2222933
9999X20X20Bronze Account999978456
9999X20.1X20.1Bronze Account9999365
7777M2M2Misc Account77772358
7777M2.1M2.1Misc Account777723

3 Replies