Forum Discussion

Syphimus99's avatar
Syphimus99
Regular Visitor
2 years ago
Solved

Issues with getting data from excel to PBI report

I can't figure out how to get data from an Excel file to a PBI report as a table with different hierarchical categories while there are other columns to be begin with. basically, there are 2 main c...
  • Syphimus99's avatar
    Syphimus99
    2 years ago

    your code seems to work up until the last line "

    #"Filled Down" = Table.FillDown(#"Added Custom1",{"Category", "Subcategory"})

    "
    I don't seem to understand how do i insert the logic that there are multiple categories and their subcategories.
    I updated the excel file i shared you in the hyperlink, so now the categories name are accurate if you delete the numbers inside the brackets next to their name, Example: EAST BLOCK(Category 1) 
    true value: EASTBLOCK
    and the same goes for the other categories and subcategories.