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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
smallean
Regular Visitor

Every time I format a column it moves the screen back to the first column

I realize that I can not format multiple cilumns at a time which is a huge problem for people that have very large tables.  What is worse is when I go to format each column one by one, once the formatting has been updated, the screen shifts back to the first column so I have to scroll back to where I left off.  Is there some trick to get the screen to stay put on the columns I am editing versus shifting back to the first column as it is taking hours.

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

Hi smallean,

 

Based on my test, you can open Query Editor to format multiple columns.

Capture.PNG

 

In addition, you can also use the power query to format columns, it can format multiple columns in one formula:

 

let

    Source = OData.Feed("services.odata.org/V4/Northwind/Northwind.svc/"),

    Orders_table = Source{[Name="Orders",Signature="table"]}[Data],

    #"Changed Type" = Table.TransformColumnTypes(Orders_table,

    {

    {"OrderDate", type datetime},

    {"RequiredDate", type date},

    {"Freight", type number}

    })

in

    #"Changed Type"

 

 

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

View solution in original post

4 REPLIES 4
v-shex-msft
Community Support
Community Support

Hi smallean,

 

Based on my test, you can open Query Editor to format multiple columns.

Capture.PNG

 

In addition, you can also use the power query to format columns, it can format multiple columns in one formula:

 

let

    Source = OData.Feed("services.odata.org/V4/Northwind/Northwind.svc/"),

    Orders_table = Source{[Name="Orders",Signature="table"]}[Data],

    #"Changed Type" = Table.TransformColumnTypes(Orders_table,

    {

    {"OrderDate", type datetime},

    {"RequiredDate", type date},

    {"Freight", type number}

    })

in

    #"Changed Type"

 

 

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

Thank you both for your responses.  In terms of using the query editor, I have done that for the field type and it works very well in that I can select multiple columns.  I am speaking about the output mask to show say $ or use commas.  Each field must be handled individually taking an enormous amount of time.

 

In terms of the table width, while I stated they are large they are ddesigned correctly and do not have hundredms of columns or anything.  However, I have dozens of tables all which require output masks and all of which need to be hand done which is extremly time consuming.

 

I ended up simply spending the time to update each field.

 

 

I agree! It drives me nuts - it also applies to hiding a column or setting the sort by column. It's especially annoying every time I set up a new date table, since I always have a bunch of text columns that get sorted by numeric columns (for instance, month name and month number) and then I hide the numeric columns. 

@smallean Not to minimize the issue of jump back, but... if your table that you are importing is that wide... are you really using all the columns? ie. Could you minimize the workload by reducing the number of columns you need to update?


Looking for more Power BI tips, tricks & tools? Check out PowerBI.tips the site I co-own with Mike Carlo. Also, if you are near SE WI? Join our PUG Milwaukee Brew City PUG

Helpful resources

Announcements
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.