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!View all the Fabric Data Days sessions on demand. View schedule
Looking to create a measure to sum the figures in the Tonnes column based on filter of "HG" and "LG" in the Stockpile column.
| STOCKPILE | TONNES |
| 503 - HG | 10000 |
| 503 - LG | 15000 |
| 504 - HG | 10000 |
| 504 - LG | 15000 |
| 505 - LG | 15000 |
| 508 - LG | 10000 |
Looking to create the below,
| STOCKPILE | TONNES |
| LG | 55000 |
| HG | 20000 |
Solved! Go to Solution.
You could add a calculated colmn to your table of
Group = RIGHT ( 'Table'[STOCKPILE], 2 )
Then pull that into your visual.
You could add a calculated colmn to your table of
Group = RIGHT ( 'Table'[STOCKPILE], 2 )
Then pull that into your visual.
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!