This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
Hi everyone,
I need to combine two number that needs to be assign one of them. In below picture, I need to bring the total sum to the etkin ticaret which amount would be 100,369.95. Can you help me ?
Solved! Go to Solution.
@Anonymous
You may try the following measure.
Measure =
VAR d =
SELECTEDVALUE ( Table1[DistName] )
RETURN
IF (
d = "etkin ticaret",
CALCULATE ( SUM ( Table1[Value] ), ALLSELECTED ( Table1[DistName] ) ),
SUM ( Table1[Value] )
)
@Anonymous
You may try the following measure.
Measure =
VAR d =
SELECTEDVALUE ( Table1[DistName] )
RETURN
IF (
d = "etkin ticaret",
CALCULATE ( SUM ( Table1[Value] ), ALLSELECTED ( Table1[DistName] ) ),
SUM ( Table1[Value] )
)
Dear@v-chuncz-msft ,
When I try to make what you did, dashboard has been as follow;
I just want to combine only ekmel gıda (amount is 36,088) , etkin ticaret (64,280) and etkin ticaret amount would be around 100,000. But in following picture, etkin ticaret data has been sum up all dist name, it should have been only sum up ekmel and etkin.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 25 | |
| 23 | |
| 19 | |
| 17 | |
| 14 |
| User | Count |
|---|---|
| 24 | |
| 20 | |
| 20 | |
| 19 | |
| 19 |