Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Editing data in your current data model

I have a table which holds payment types. The types are only abbreviated in my model as C(cash) and D(debit order).

I want to change the data to actaully show Cash and Debit order. So that my visualisation holds the full description for users to understand.

 

Can this be achieved without having to change the data in the db? And how?

1 ACCEPTED SOLUTION
v-eachen-msft
Community Support
Community Support

Hi @Anonymous ,

 

You can add two new custom cloumns in the query edit.
2-1.PNG

Then remove the "C" and "D" columns, click "Close & Apply".

2-2.PNG

This method will not change the data in the DB and will not affect the next refresh.

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.

View solution in original post

3 REPLIES 3
v-eachen-msft
Community Support
Community Support

Hi @Anonymous ,

 

You can add two new custom cloumns in the query edit.
2-1.PNG

Then remove the "C" and "D" columns, click "Close & Apply".

2-2.PNG

This method will not change the data in the DB and will not affect the next refresh.

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.
mussaenda
Super User
Super User

If you are allowed to change it in power query (this will not change on your database),

just hit replace values.

 

If you want in dax,

Add calculated column like

Description of Code =

if (column name) = ("your code"), ("new description"),

if (column name) = ("your code"), ("new description1"))

 

Then you can use your calculated column instead of the code.

MatejZukovic
Resolver I
Resolver I

Hi @Anonymous ,

 

if you don't want to modify your source table you can create a mapping table with two columns - first with abbreviation and second with full description. 

 

Then you can create relationship between the two tables and use field containing full description in your dashboard.

 

Hope it helps!

Matej

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.