Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
Hi good day,
Can someone help me on my table, is there a way to sum the two area per row
Asia Week1 + North Week 1 = Combine Week 1
DESIRED OUTPUT
Thank you
Solved! Go to Solution.
Hi @AllanBerces - please check this
Hope this would help
Proud to be a Super User! | |
It can be done using a pivot table.
This can also be done using a measure.
Hi @AllanBerces - I have tried with measure as follows with one table input with above details.
Hope it helps.
Proud to be a Super User! | |
Hi @rajendraongole1 thank you fo the reply but i need calculated column. I tried the one you provided in column but no luck.
Hi @AllanBerces - please check this
Hope this would help
Proud to be a Super User! | |
@AllanBerces -Happy to Help
Thank you
Proud to be a Super User! | |
Hi,
I am not sure how your semantic model looks like, but I tried to create a sample pbix file like below.
Please check the below picture and the attached pbix file.
Actual Remaining measure: =
SWITCH (
SELECTEDVALUE ( area[area] ),
"Combine", CALCULATE ( SUM ( data[remaining] ), ALL ( area[area], area[sort_order] ) ),
SUM ( data[remaining] )
)
Hi @Jihwan_Kim thank you for the reply, I have only 1 table with Column Area, Week No. and Remaining.
Hi,
I suggest having a proper data model (star schema), but if you only have one table and cannot change the model, please try something like below.
Actual Remaining measure: =
SWITCH (
SELECTEDVALUE ( data[area] ),
"combine", CALCULATE ( SUM ( data[remaining] ), ALL ( data[area] ) ),
SUM ( data[remaining] )
)
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 40 | |
| 38 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 70 | |
| 69 | |
| 34 | |
| 33 | |
| 30 |