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! Learn more

Reply
Uma_Dhandpani
Helper I
Helper I

To display total value from separate column

Hi,

I am having values in two forms, actual and target values. In matrix table, listed the various product with actual value and total to be displayed for target value(But, I am getting the total of actual value)

Whether the logic is possible

2 REPLIES 2
v-yuta-msft
Community Support
Community Support

@Uma_Dhandpani ,

 

You can create a measure using dax like pattern below:

target =
CALCULATE ( SUM ( Table[Values] ), ALLEXCEPT ( Table, Table[Product] ) )

Community Support Team _ Jimmy Tao

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Capture.PNGCapture0.PNG

Hi,

The image 1 says, values at different currencies taken from 'Column 1' but total state the value from 'Column 2', not the sum of values from different currencies. Can any one help.

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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.