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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

Reply
Serj
Frequent Visitor

Get column values from another table

Hi all, 

I ask for your help as I am not very skillful in PowerBI so far.

I tried to make it as simple as I could. Would pls look into it?

 

There are 3 related tables - Application List, Application Details, and User Details.

 

Serj_0-1667224007649.png

 

The desired output is as follows:

 

Serj_1-1667224101429.png

 

Thank you in advance!

1 ACCEPTED SOLUTION
Jihwan_Kim
Super User
Super User

Hi,

Please check the below picture and the attached pbix file.

 

Jihwan_Kim_0-1667224869968.png

 

Jihwan_Kim_1-1667225011885.png

 

Condition measure: =
IF (
    HASONEVALUE ( User[User Name] ) && HASONEVALUE ( 'Application'[App Name] ),
    IF ( COUNTROWS ( Detail ) >= 1, "+", "-" )
)

 

 



Microsoft MVP



If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.




LinkedInVisit my LinkedIn page




Outlook BookingSchedule a short Teams meeting to discuss your question





View solution in original post

2 REPLIES 2
Serj
Frequent Visitor

Thank you @Jihwan_Kim ! It works fine!

Jihwan_Kim
Super User
Super User

Hi,

Please check the below picture and the attached pbix file.

 

Jihwan_Kim_0-1667224869968.png

 

Jihwan_Kim_1-1667225011885.png

 

Condition measure: =
IF (
    HASONEVALUE ( User[User Name] ) && HASONEVALUE ( 'Application'[App Name] ),
    IF ( COUNTROWS ( Detail ) >= 1, "+", "-" )
)

 

 



Microsoft MVP



If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.




LinkedInVisit my LinkedIn page




Outlook BookingSchedule a short Teams meeting to discuss your question





Helpful resources

Announcements
May PBI 25 Carousel

Power BI Monthly Update - May 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

May 2025 Monthly Update

Fabric Community Update - May 2025

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