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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
adhishvellore
Regular Visitor

Data Conversion

Hi all,

 

I have a problem with data conversion. For example i want to translate the data from PBI Data Set (cannot edit as owned by someone else) - so transform data option doesn't work, but i am assuming there should be a way using DAX code (which i am not familiar with).

The table is as below: Simply put the power bi data set shows data in codes which not everyone is familiar with. So, i need to have a way to translate that into different names as below. Anyone please can guide me. I do not want to have any changes to the main data....much appreciate your help.

 

Thanks in advance.

 

Area CodeArea Name
A1India Subcontinent
B1North Asia
C1Mainland China
D1South Asia
3 REPLIES 3
v-alq-msft
Community Support
Community Support

Hi, @adhishvellore 

 

The connectivity mode for Power BI dataset is live connection. No data is imported into the Power BI store. Instead, upon building a visual within Power BI Desktop, queries are sent to the underlying data source to retrieve the necessary data.

 

For further information, please refer to the following documents.

Connect to datasets in the Power BI service from Power BI Desktop 

 

Best Regards

Allan

 

If this post helps,then consider Accepting it as the solution to help other members find it faster.

amitchandak
Super User
Super User

@adhishvellore , If the dataset is power bi, you are not allowed to create a new column. So you can create a measure but that you can not use in the filter

measure =

Switch(True() ,

[Area code] = "A", "India Subcontinent',

//add other

)

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

@amitchandak . Thanks for your prompt reply. If i cannot display the translated value as a filter, then i guess not worth doing it 🙂. But i tried the given code and it's not even allowing me to select "Area Code" from the data set. Do you know why?

 

Cheers

Adhish

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors