Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
ABC11
Resolver I
Resolver I

Row-wise total base on select date

Hi All,

I would like to do rowwise total base on selected date

LINE_Total = sumx(Report,
Report[APPR_LINE]+
Report[ATTEST_LINE]+
Report[COMP_LINE]+
Report[POSTED_LINE]+
Report[REJECT_LINE]+
Report[RESUBMIT_LINE]+
Report[SUBMIT_LINE]+
Report[WAPPR_LINE])
This yellow color row wise line total is incorrect.
ABC11_0-1652198892933.png

Thanks

 

1 ACCEPTED SOLUTION

Thank you for your time.

I did find sloution other way

View solution in original post

4 REPLIES 4
lbendlin
Super User
Super User

LINE_Total = 
Report[APPR_LINE]+
Report[ATTEST_LINE]+
Report[COMP_LINE]+
Report[POSTED_LINE]+
Report[REJECT_LINE]+
Report[RESUBMIT_LINE]+
Report[SUBMIT_LINE]+
Report[WAPPR_LINE]

Thanks for your time. But look like it error out.

ABC11_0-1652359210369.png

 

This needs to be a calculated column, not a measure.

Thank you for your time.

I did find sloution other way

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors