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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
isaudag1
New Member

Excel Data Transformation help

Hello guys,

 

I have an excel export whihc has a format as shown and i'm quite new to Power BI to get result like shown.

As shown in below screesnhot, from below main table column'ON' is datetime column & need to count the occurances of StringX for that equipment.

isaudag1_0-1645452994762.png

 

 

 

 

Also i will have many excel files, so how can i automate the transformations for the excel files in a folder.

 

Any help is much approciated if Power Query is shared for the same.

 

1 ACCEPTED SOLUTION
Daryl-Lynch-Bzy
Community Champion
Community Champion

Hi @isaudag1 , I would suggest using the Power Query to process the data.  Try using the following steps:

  1. Select the Range on the Worksheet
  2. Choose the "from table/range" button on the Data custom ui menu
  3. Select my table has header row
  4. When in Power Query, there is a Fill Down function to populate the "Group", "Description", "Area", "Priorty" columns (Table.FillDown)
  5. Filter the equipment column to remove the blanks (Table.SelectRows)
  6. Use the Group By (Table.Group) to group on the "Group" and "Equipment", count the rows.
  7. Re-order the columns.

Note that you create the visual using the results of Step 5.

 

View solution in original post

2 REPLIES 2
Daryl-Lynch-Bzy
Community Champion
Community Champion

Hi @isaudag1 , I would suggest using the Power Query to process the data.  Try using the following steps:

  1. Select the Range on the Worksheet
  2. Choose the "from table/range" button on the Data custom ui menu
  3. Select my table has header row
  4. When in Power Query, there is a Fill Down function to populate the "Group", "Description", "Area", "Priorty" columns (Table.FillDown)
  5. Filter the equipment column to remove the blanks (Table.SelectRows)
  6. Use the Group By (Table.Group) to group on the "Group" and "Equipment", count the rows.
  7. Re-order the columns.

Note that you create the visual using the results of Step 5.

 

Fill down option is very helpful. Thanks

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.