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.
Hello,
I'm stuck and cannot find the right way to solve my problem with the solutions in this forum. So forgive me if I ask the question that is already asked 100000 times...
The Case:
I have two collums : sales and fixed fee.
I created measures on those collums :
€ Opbrengst kaartverkoop = SUM( DEAL[Opbrengst tickets (TM3)] )
and:
And finaly I made this:
Solved! Go to Solution.
@Anonymous
To get the correct total, you need to use the integrator function SUMX, Replace TABLE[COLUMN] with the current table and column on against which you use these measures in the table visual.
Grondslag Partagering =
SUMX(
VALUES('TABLE'[COLUMN]),
VAR DealWel = [€ Opbrengst kaartverkoop] > [€ Garantiebedrag] RETURN
IF( DealWel, [partagering] )
)
________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@Anonymous
To get the correct total, you need to use the integrator function SUMX, Replace TABLE[COLUMN] with the current table and column on against which you use these measures in the table visual.
Grondslag Partagering =
SUMX(
VALUES('TABLE'[COLUMN]),
VAR DealWel = [€ Opbrengst kaartverkoop] > [€ Garantiebedrag] RETURN
IF( DealWel, [partagering] )
)
________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Wow! This works! Thanks so much!!!
User | Count |
---|---|
16 | |
14 | |
13 | |
12 | |
11 |
User | Count |
---|---|
19 | |
16 | |
15 | |
11 | |
9 |