Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello Ashish
I have an ORIGINAL TABLE where I have the following columns:
Student Name | Student ID | Completed Course | Course Completion | Course Instuctor Name |
John | 1234 | MAT1 | 1 | Dr Yun |
John | 1234 | MAT 3 | 1 | Dr Paul |
John | 1234 | ECO 2 | 1 | Dr Man |
Liz | 7896 | MAT1 | 1 | Dr Yun |
Liz | 7896 | MAT 3 | 1 | Dr Paul |
Liz | 7896 | ECO 2 | 1 | Dr Man |
Then I created a "TABLE VISUAL" in Power BI to get the following table where I have used
Student Name | Student ID | Completed courses | Course Completion | (Expected Column) Course Instructor name for MAT1 | (Expected Column) Course Instructor name for MAT 3 |
John | 123 | MAT 1, ECO2, MAT3 | 1 | Dr Yun | Dr Paul |
Adam | 1236 | MAT 1 | 1 | Dr Yun | Course not found |
Sara | 1125 | ECO 2 | 1 | Course not found | Dr Xuan |
Liz | 7896 | MAT3 | 1 | Course not found | Dr Paul |
The solution can be found in my another post
Hello Daniel,
I used your code, selected the Datatable but I am only getting "Course not found" . I have checked the particular course is present in the course list yet its returning "Course not found".
User | Count |
---|---|
22 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
13 | |
11 | |
9 | |
6 |