Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hello, help me please
i need to sum row number 100000 - 101102 into row 101199
ThankYour
Jakkai k.
Solved! Go to Solution.
Create a measure as below logic:
Measure=IF(SELECTEDVALUE([NO])=101199,CALCULATE(SUM([Debit_Amount]), FILTER(ALL('Table'),[NO>=100000&&[NO]<=101102])), CALCULATE(SUM([Debit_Amount])))
If you still have the problem, please share your expected output.
Regards,
Lin
Create a measure as below logic:
Measure=IF(SELECTEDVALUE([NO])=101199,CALCULATE(SUM([Debit_Amount]), FILTER(ALL('Table'),[NO>=100000&&[NO]<=101102])), CALCULATE(SUM([Debit_Amount])))
If you still have the problem, please share your expected output.
Regards,
Lin
is there some repetitive logic or sum once
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 78 | |
| 48 | |
| 35 | |
| 31 | |
| 27 |