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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! 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
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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.