Forum Discussion

it's avatar
it
New Member
9 years ago
Solved

Relationship Query

I'm new to Power BI and trying to figure out how to utilise relationship data between 2 csv's and would appreciate it if someone here can assist.   Example: I have a CSV file with computer IP addr...
  • Anonymous's avatar
    Anonymous
    9 years ago

    A really quick solution would be a calculated column in your computer table:

     

    Subnet = LEFT([IP], 5) & ".0.0/24")

     

     

    Now go to your table relationships tab and link your computers to your locations via the subnet.

     

    Now add the matrix visual to your reports and you'll see if you list the computers, then if you bring in your Office field from your office list, it will correctly show.