Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
CARTERDX
Regular Visitor

Static Table

Hello,

I am building a "report card" type power bi dashboard. Currently I have two tables that consist of "course data" and "employee data" joined together based on the employee ID. I am having an issue witht the courses on the table visualization. When I add courses to the rows and score, attempts, and points to the values it only shows the course name that was completed and not all the courses whether or not it was completed or not. I need some assistance making a relationship between the two data tables I have and a static list that will show all the courses regardless of completion. If they haven't completed it then it should just be a 0.

Currently what I have and it has all the courses but the scores are not updating:

CARTERDX_0-1720443681117.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @CARTERDX 

Your problem has been solved in the following post:

Solved: Power BI Dax questions - Microsoft Fabric Community

 

 

 

 

 

 

Best Regards,

Jayleny

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Hi @CARTERDX 

Your problem has been solved in the following post:

Solved: Power BI Dax questions - Microsoft Fabric Community

 

 

 

 

 

 

Best Regards,

Jayleny

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Greg_Deckler
Community Champion
Community Champion

@CARTERDX Sorry, having trouble following, can you post sample data as text and expected output?
Not really enough information to go on, please first check if your issue is a common issue listed here: https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882

Also, please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490

The most important parts are:
1. Sample data as text, use the table tool in the editing bar
2. Expected output from sample data
3. Explanation in words of how to get from 1. to 2.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Sample Data:

Course Data:

NameCourse NameEmployee IDScorePointsAttempts
Jim Bob 101 Intro to Learning 80102
James Joe 102 Course 2 10122370101
John Doe 103 Can't Learn 101245100102
Tim Leavy 101 Intro to Learning 10188580101
Kyle Busch 102 Course 2 10169595505
Jim Bob   103 Can't Learn1012231012231001



Employee Data: 

NameEmployee IDEmployee EmailEmployee MGRMGR Email
Jim Bob101223Jimbob@email.comSalem JonesSalemjones@email.com
James Joe101234Jamesjoe@email.comTimmy TurnerTimmyTurner@email.com
John Doe101245Johndoe@email.comSandy CheeksSandycheeks@email.com
Tim Leavy101885Timleavy@email.comOliver SmithOliversmith@email.com
Kyle Busch101695Kylebusch@email.comLenore RyanLenoreryan@email.com
Jim Bob101223Jimbob@email.comSam AdamsSamadams@email.com


I have joined both of these tables together with "Employee ID" as the main key. Right now the only courses showing are the ones that were completed by employees:
Ex: If Sussie only did 10/31 courses then those would show up.

I need all 31 courses to show regardless of completion. I have created a new table with all course names and employee ID. Which consist of a cross join. DAX: StaticTable = CROSSJOIN(VALUES('Course Data'[employee id]), VALUES('Course Data'[Course Name])) But I cannot get numbers to be specific like pictured below and instead it looks like the above image:

CARTERDX_0-1720447863604.png

@CARTERDX Still not sure if this is what you are looking for but see attached PBIX below signature. 



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

@Greg_Deckler Yes this is what I need but I am going to try and clear up more confusion. On my dashboard it SHOULD show all the courses (31) above (in the first picture) but it only shows completed courses (10/31) based on the "employee" slicer. After building relationship between the "course data" and "employee data". Is there a way I can make a new table with the two fields "course names" and "employee id" so that no matter if the course was completed or not it would just add scores to the ones that were. I apologize for the confusion. 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.