Forum Discussion

BenAU's avatar
BenAU
Regular Visitor
6 years ago
Solved

Report with Sections

Hi, I have data for example like below

 

tblPeople    tblPeopleQuals 
        
IDFirstNameLastName  IDQual
1JohnSmith  1Bachelor of Engineering
2MaryJones  1Master Business Administration
     2Bachlelor of Physics

 

I would like to produce a report in Power BI like below is this possible which visualation/techniques should i use

 

Report Appearance 
  
NameJohn Smith
  
QualificationsBachelor of Engineering
 Master Business Administration
  
NameMary Jones
  
QualificationsBachlelor of Physics

 

Thanks

Ben