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.
Hi, i'm new on PBI universe but there is that problem that I can't see solution on another posts like normally I do.
I have two relationships between "DATA" and "KSB1" tables, I need to filter a line chart when I select some bar on the clustered column of "ÁREA" and when I select in the slicer "MÊS", but when I put the "measure 3" below in the line chart just works one relationship. Depends wich I chose on realationship "active" only that will work, the onother one don't. But with the USERRELATIONSHIP it's suppose to work even without the "active" option selected, but still not works.
Solved! Go to Solution.
Hi @MarceloCass
Please try
Measure3 =
CALCULATE ( SUM ( KSB1[VALOR] ), KSB1[ÁREA] IN VALUES ( DATA[ÁREA] ) )
Hi @MarceloCass
Please try
Measure3 =
CALCULATE ( SUM ( KSB1[VALOR] ), KSB1[ÁREA] IN VALUES ( DATA[ÁREA] ) )
it works greatly, thanks!!
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.