Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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!!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
14 | |
10 | |
10 | |
9 | |
9 |
User | Count |
---|---|
20 | |
13 | |
12 | |
11 | |
8 |