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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I've encountered this issue and have yet to find a way to fix it. I'll exemplify with 2 tables:
table A:
| A | 2020 |
| B | 2021 |
| C | 2020 |
| D | 2022 |
table B:
| A | 2020 |
| A | 2019 |
| A | 2018 |
| B | 2021 |
| C | 2020 |
| C | 2019 |
What i'm looking for is a way to count the number of ocorrences of A,B,C,D on the 2nd table where the year is not equal to the year registered in the 1st table. Both tables are connected through a many to many relationship.
This measure should yeld the following results:
A=2
B=0
C=1
D=0
Thank you in advance.
Solved! Go to Solution.
Expertise = List.Accumulate( {Days as from Today}, {Skills and Knowledge}, (Current, Everyday) => Current & Day.LearnAndPractise(Everyday) ) |
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!