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.

Power Query GUI is showing incorrect formatting for Int8 an Int16

As can be seen below, the Power Query GUI is showing the Numer/Float/Decimal formatting for columns defined as Int8 and Int16.

pade_0-1625902536988.png

 

#table(
  type table [
    #"8 bits" = Int8.Type,
    #"16 bits" = Int16.Type,
    #"32 bits" = Int32.Type,
    #"64 bits" = Int64.Type
  ]
,
  {{1, 1, 1, 1}}
)
Status: New
Comments
v-chuncz-msft
Community Support

@pade 

 

The issue is reported internally and I will keep you posted with any updates.

CRI 250276400

v-chuncz-msft
Community Support

@pade 

 

The issue only occurs in PQ Desktop, not in PQ Online.

We are not planning to fix it in PQ Desktop.

We will have this issue automatically fixed in PQ Desktop as soon as we bring the PQ Online UI into PQ Desktop.

As the fix involves lots of evaluation, coding and testing, there is no ETA at this time.

pade
Advocate III

Thanks for the update.
Now I'm looking forward to the PQ Online UI in PQ Desktop. Just hoping it will not affect the UI Experience negatively since the PQ Online UI is so very slow to work with