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.
I’m having trouble to sum totals of subcategory
I have two tables.
1. A table that defines unique FaceBook pages names (repository)[Page] and the name of the person responsible for the page(repository)[RESP CONTENT]
repository
2. A table of the number of likes(FaceBook)[Likes] and followers(FaceBook)[Followers] per week (FaceBook)[Date]. The join with the (repository)table is done with the (FaceBook)[Page]
What I am expecting are results like:
RESP CONTENT | Last Likes | Last Followers | Community |
- RESP1 | 220 | 450 | 335 |
P1 | 70 | 100 | 85 |
P2 | 150 | 350 | 250 |
- RESP2 | 50 | 40 | 45 |
P3 | 50 | 40 | 45 |
.... | ..... | .... | ..... |
Total | 270 | 490 | 380 |
With :
for community measure SUMX can't give me the right result !!
Please, any help?
Thank's in advance
Solved! Go to Solution.
@SoufTC I try to write you my measures based on how I interpreted them:
@SoufTC I try to write you my measures based on how I interpreted them:
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.