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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
koorosh
Post Partisan
Post Partisan

missing value

Hello Experts, Have a list that shows partners enrolled in courses, how to make a report that shows missed courses by each partner.

 

koorosh_0-1598331901702.png

 

3 ACCEPTED SOLUTIONS
amitchandak
Super User
Super User

@koorosh , Create new table like

New table =except(crossjoin(all(Table[partner]),all(Table[Course Name])), selectcolumns(Table,"partner", Table[partner], "Course Name",Table[Course Name]))

 

https://docs.microsoft.com/en-us/dax/except-function-dax

View solution in original post

cross join expect 2 inputs ,,,, you are including both columns in ALL statement... separate both columns

 

CrossJoin( all(Sheet1[Partner]), all(Sheet1[Course Name]))







Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!

Proud to be a Super User!




View solution in original post

HI @koorosh ,

 

 

1.jpg

 

2.JPG

 

 

Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)

View solution in original post

12 REPLIES 12

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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