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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Check if I already done with the task/learning then return not yet done.

I have 2 tables here, completed and mandatory.
The idea is I want to know the learnings that I'm not yet done by comparing these 2 tables.
For example, I log in as Testemail@gmai.com. As you can see in the completed learnings table I have 2 completed learnings, I want to return learnings from the mandatory learnings table that are not present in the completed learnings table.

Does anyone know if this is possible with Power BI or how can I execute this in Power BI?

 

Please note that RLS is being applied. Thank you.

Comp.PNGManda.PNG

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

 

I think you can try to configure Row Level Security in Power BI.

Manage Role:

vrzhoumsft_0-1686555358812.png

vrzhoumsft_3-1686555645600.png

Result is as below.

View as Testemail@gmai.com.

vrzhoumsft_2-1686555415090.png

View as Testemail1@gmai.com.

vrzhoumsft_4-1686555665326.png

 

Best Regards,
Rico Zhou

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Hi @Anonymous ,

 

I think you can try to configure Row Level Security in Power BI.

Manage Role:

vrzhoumsft_0-1686555358812.png

vrzhoumsft_3-1686555645600.png

Result is as below.

View as Testemail@gmai.com.

vrzhoumsft_2-1686555415090.png

View as Testemail1@gmai.com.

vrzhoumsft_4-1686555665326.png

 

Best Regards,
Rico Zhou

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

Anonymous
Not applicable

Exactly what I need. Thanks alot !

amitchandak
Super User
Super User

@Anonymous ,

measure =

var _sel = summarize(allselected(completed), completed[unique id]) 

return

countrows(filter(Mandatory, not Mandatory[Unique ID] in _sel) )

 

plot this with Mandatory learning title

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Unfortunately, It doesn't work.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors