Forum Discussion
Serj
3 years agoFrequent 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, Applic...
- 3 years ago
Hi,
Please check the below picture and the attached pbix file.
Condition measure: = IF ( HASONEVALUE ( User[User Name] ) && HASONEVALUE ( 'Application'[App Name] ), IF ( COUNTROWS ( Detail ) >= 1, "+", "-" ) )
Serj
3 years agoFrequent Visitor
Thank you Jihwan_Kim ! It works fine!