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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

[BUG] Cannot rename extra field parameter column in October 2022 version

I'm using Version: 2.110.805.0 64-bit (October 2022) from MS store; same bug applies to the October 2022 installed independently (not from the MS store). The bug is not present in the September 2022 version.

 

Steps to reproduce (see also the screenshots below):

  1. Create a new field parameter
  2. Add a new column in the power query definition for the field parameter
  3. Double-click on the new column name, change the name and press enter
  4. October version: An error occurs. September version: the field is renamed without problems.

 

If you need to play around with the particular pbix file used, you can download it here.

 

PS. This was also reported in the community forum by user @thomasblt  here.

 

 

 

  1. 2. Manually add a new field to the field parameter table2. Manually add a new field to the field parameter table1. Try to rename the new field1. Try to rename the new field3. Error message3. Error message4. Field cannot be renamed by any other means4. Field cannot be renamed by any other means
Status: Needs Info
Comments
Anonymous
Not applicable

Hi @gtzanakis 

Can you provide the excel you used in Power BI Desktop ? 

 

Best Regards,
Community Support Team _ Ailsa Tao

Bukharos
Regular Visitor

it's happening with me even when renaming any column, is there any workaround on this October version?

ceesvanegmond
Frequent Visitor

Same issue here, was working with the September verson.

ArmandoFranco
Frequent Visitor

One way to recreate the issue:

Add a new table:

Fechas = ADDCOLUMNS(
    CALENDARAUTO(), 
    "Año", YEAR([Date]),
    "Mes", FORMAT([Date],"mmmm"),
    "Día", DAY([Date]), 
    "nMes", MONTH([Date]), 
    "Semana", "WK" & FORMAT(WEEKNUM([Date]),"00")
  )

 

Try to rename "Date" to "Fecha".

ArmandoFranco_0-1667524738448.png

 



v-dmsyrk-msft
Microsoft Employee

Hi All,

The latest October QFE2 release should address the issue.

 

Regards,

Dmytro

ArmandoFranco
Frequent Visitor

Thanks! It's fixed.

Anonymous
Not applicable

HI @gtzanakis 

Please check whether your issue has been fixed .

 

Best Regards,
Community Support Team _ Ailsa Tao

ceesvanegmond
Frequent Visitor

confirmed it's working propperly again