Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello,
I'm litte stuck with some new PowerBI calculations.
I have two fact tables, one table is relation from job to skills, the other one is a relation table from user to skills
fact_job
jobID | skillID |
1 | 3 |
1 | 3 |
2 | 4 |
fact_user
userID | skillID |
1 | 5 |
2 | 5 |
3 | 3 |
also I have the dimension tables for job, user and skill
I want to calculate, which job can the user do and what skills he currently have within this job.
so, only count Yes(1) for the jobskills, when the user has every skill for the job.
also which skill is missing for this job.
Help appreciated.
thanks
Roman
the above tables are the examples, there is nothing more to show 🙂
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.