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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I have below talable and i need to calacutale this in Power BI only those sale where quantity is 60.
| date | sale in Qty |
| 1 | 55 |
| 2 | 50 |
| 3 | 60 |
| 4 | 70 |
| 5 | 60 |
| 6 | 45 |
| 7 | 60 |
| 8 | 65 |
| 9 | 77 |
| 10 | 60 |
Solved! Go to Solution.
Try this
calculate(sum('Sheet1'[sale in Qty]),filter('Sheet1','Sheet1'[sale in Qty]] = 60))
If I answered your question, please mark my post as solution, Appreciate your Kudos👍
Proud to be a Super User! | |
not able to understand this - filter('Tablename','Tablename'[sale in Qty] = 60))
Try this
calculate(sum('Sheet1'[sale in Qty]),filter('Sheet1','Sheet1'[sale in Qty]] = 60))
If I answered your question, please mark my post as solution, Appreciate your Kudos👍
Proud to be a Super User! | |
Hello,
calculate(sum('Tablename'[sales]),filter('Tablename','Tablename'[sale in Qty] = 60))
If I answered your question, please mark my post as solution, Appreciate your Kudos👍
Proud to be a Super User! | |
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 52 | |
| 51 | |
| 34 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 94 | |
| 77 | |
| 41 | |
| 27 | |
| 25 |