Data will in a normalized format in real-time but you might need the de-normalized data in some situations. In such situation, using a query editor in Power BI, you can combine those tables using a query editor.
You can merge the 3 tables into a new table to get the required output that you want.
Step 1: Merge TABLE1, TABLE2. ----------> NEW TABLE [ columns - Table2, Name ]
Step 2: Select all column from TABLE1. Select 1st and last column of TABLE2 IN THE NEW TABLE.
Step 3: Merge TABLE3, NEW TABLE -------------> NEW TABLE. [ columns - Table3, Name ]
Step 4: Select only 1st column from TABLE 1 And last columns of TABLE 2, TABLE 3.
Step 5: You will get the required result.
Want to learn more about Power BI, Come & join Power BI tutorial. Also, enroll in Power BI Certification online to become proficient in this BI tool.