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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
LotteLaugesen
Helper V
Helper V

How to calculate/show rowtotal

Hi
How do I get a Total for Actual in this table? 

LotteLaugesen_1-1611827068803.png

Actual =
VAR startDate_ = SELECTEDVALUE( 'Products'[Start date])
VAR endDate_ = EDATE ( startDate_, 4 )

VAR Act =
CALCULATE ( SUM ( Sales[Kilos] ), Sales[Invoice date] >= startDate_ && Sales[Invoice date] <= endDate_ ) / 1000

RETURN Act

Best regards
Lotte

5 REPLIES 5
amitchandak
Super User
Super User

@LotteLaugesen , I am assuming this measure and data type is number/decimal

 

If there no issue try return like

 

return

sumx(summarize(Table, Table[number], Table[Start Date],"_1"), [Act])

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Yes, it is decimal number 🙂

I'm not sure that I understand your solution.

I need both values for Actual per Number and the total for Actual.

@LotteLaugesen ,Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Hi
I have added a new file where the calculation is visible 😉
https://1drv.ms/u/s!AoecG91dlcEedQ5858sIN8ZRh9c?e=0ag264 
Hope you can help me 🙂


Best regards
Lotte


Hi

I have added a link to the pbix file.
https://1drv.ms/u/s!AoecG91dlcEedFWCA6Fii_s-q9c 

 

I hope you can help me 🙂

Best regards

Lotte

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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