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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

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
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

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.