Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
How to sum NET_SALES of both bbcode JETIN IN and SJET IN baseed on YYYYMM.
YYYYMM[FYMAR-10][NET_SALES] + YYYYMM[FYMAR-10][NET_SALES] based on BBCODE.
OUTPUT shlouls be like this
and output should be in Row below the second total.
Hi @Anonymous,
For your requirement, you could try the measure with dax expression below.
Measure = CALCULATE(SUM(Table1[Sales]),ALLEXCEPT(Table1,'Table1'[YYYYMM]))
Here is my test output.
Best Regards,
Cherry
Hi @Anonymous,
Could you please share a dummy pbix file which can reproduce the scenario, so that we can help further investigate on it? You can upload it to OneDrive or Dropbox and post the link here. Do mask sensitive data before uploading.)
Best Regards,
Cherry
@Anonymous If you want to transform the data and to have final output in the YYYYMM and Net Sales only. Then, please use "Group By" option in "Power Query Editor" group on YYYYMM field and SUM the Net Sales. If you just want to show in visual only, then use the YYYYMM field to the table and Net Sales field (which will do the aggregation as sum).
Hope this helps !!
Proud to be a PBI Community Champion
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 104 | |
| 82 | |
| 71 | |
| 50 | |
| 46 |