The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello All,
I am working on Excel datasource in Power BI where a single cell value need to be changed. I would like to explain with example of my excel datasource
In Dim_Section table I have columns - SectionCode and Modality
SectionCode Modality
000 Online
923 Online
997 In-class
850 In-class
825 In-class
In this table, i need to change the modality value of 000 sectioncode. The value online need to be changed to In-Class.
If i use the replace-value feature of power-bi the Online text for 000 and 923 section code both gets changed. I dont want to change the value for 923 section code
Is there any way to replace or change single cell value in Power BI
Solved! Go to Solution.
@Anonymous ,
"Replace value" couldn't meet your requirement. As a workaround, you can add a custom column using power query code below:
Regards,
Jimmy Tao
@Anonymous ,
"Replace value" couldn't meet your requirement. As a workaround, you can add a custom column using power query code below:
Regards,
Jimmy Tao