Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!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.
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.
The desired output is as follows:
Thank you in advance!
Solved! Go to Solution.
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, "+", "-" )
)
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.
Schedule a short Teams meeting to discuss your question
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, "+", "-" )
)
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.
Schedule a short Teams meeting to discuss your question
Check out the May 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
73 | |
71 | |
69 | |
46 | |
44 |
User | Count |
---|---|
46 | |
38 | |
29 | |
28 | |
28 |