Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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!!!
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
25 | |
10 | |
7 | |
6 | |
6 |
User | Count |
---|---|
30 | |
11 | |
11 | |
10 | |
6 |