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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
nuriac
Helper III
Helper III

No total

Hello

I'm making a board and one of the measures doesn't total me. The measure that is not totaled is that of VTA 1, VTa 2 and VTA3. The formula is:

VTA1 = [Fact Expected Request]*([INC_VTA_MES1])
nuriac_0-1604342880403.png

1 ACCEPTED SOLUTION

Use this measurement expression instead for VTA1

New VTA 1
SUMX (
SUMMARIZE (
'SALES ORDERS',
'SALES ORDERS'[Sales Order No],
'SALES ORDERS'[Customer Name],
'SALES ORDERS'[Confirmed Shipping Order]
),
[Expected Order Fact] * [INC_VTA_MES1]
)

Best regards

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


View solution in original post

4 REPLIES 4
FarhanAhmed
Community Champion
Community Champion

Looks like you have created a calculated column.  Try to create a Measure

 

 

VTA1 = SUMX([Fact Expected Request]*([INC_VTA_MES1]))

 







Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!

Proud to be a Super User!




amitchandak
Super User
Super User

@nuriac , The information you have provided is not making the problem clear to me. Can you please explain with an example.
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Appreciate your Kudos.


@amitchandak

Attached the file. The problem is that it does not total the VTA1 measures; VTA 2 and VTA3. These measures depend on two other precalculated measures.

I tried the SUMX, but it doesn't work either.

https://drive.google.com/file/d/1HQxO_2dZIPwdoyKqbWoejLptdOPP2xKL/view?usp=sharing

Use this measurement expression instead for VTA1

New VTA 1
SUMX (
SUMMARIZE (
'SALES ORDERS',
'SALES ORDERS'[Sales Order No],
'SALES ORDERS'[Customer Name],
'SALES ORDERS'[Confirmed Shipping Order]
),
[Expected Order Fact] * [INC_VTA_MES1]
)

Best regards

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.