Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
I need help with this one.
I have a requirement that says if a "User ID" has data in the "Tableau Report" column then return "Approved"
If it doesnt have data then return "Not Approved"
I seemed to have figured out the "Not Approved' part but for some reason, I can't get "Approved" figured out.
Please Help
This is my DAX
Solved! Go to Solution.
Hello @Chanise89 ,
Please note you are varifying with two different columns if you want to verify like that then you may have to create count of tableau report column or you should have userID in tableau report table as well otherwise it is like you will be comparing apples with oranges.
If you want to proceed with count then create a new column like
Count of Tableau Report = COUNTA(Tableau Report Columns)
Then write your measure
2Box Title = If(Count of Tableau Report = Blank(),"Not Approved","Approved")
If this post helps, then please consider accepting it as the solution to help other members find it more quickly. Thank You!!
Hello @Chanise89 ,
Please note you are varifying with two different columns if you want to verify like that then you may have to create count of tableau report column or you should have userID in tableau report table as well otherwise it is like you will be comparing apples with oranges.
If you want to proceed with count then create a new column like
Count of Tableau Report = COUNTA(Tableau Report Columns)
Then write your measure
2Box Title = If(Count of Tableau Report = Blank(),"Not Approved","Approved")
If this post helps, then please consider accepting it as the solution to help other members find it more quickly. Thank You!!
Thank you so much! This is exactly what I needed
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 22 | |
| 22 | |
| 18 | |
| 16 | |
| 13 |
| User | Count |
|---|---|
| 63 | |
| 41 | |
| 40 | |
| 39 | |
| 38 |