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
Laggy
Regular Visitor

Accounting, how to stop multiple sales on the same day get sum'd up

I have a project for university where I have to create a presentation and I was hoping to use power-bi.

 

I have a basic accounting spreadsheet in excel that has 4 columns: Date, Name (company), Value (of sale) and Balance

 

When I port this data over to power-bi the sales which have the same date get added up, I would like them all to be shown seperately as it doesn't make much sense when you see the balance being as 10k plus when theres actually a balance of 1k but 10 sales that day...

Example:

c9656ee763d099ae50a9c1ca159dc7db.png

power bipower bi

 

 

If you need images of anything please ask, or more information please ask, I will be truely grateful for any help!

 

Thanks!

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@Laggy 

The value for different description will be summarized in chart, in order to show the value for each description, you may add the description as the legend.

V-pazhen-msft_1-1609812433175.png

 


Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

@Laggy 

The value for different description will be summarized in chart, in order to show the value for each description, you may add the description as the legend.

V-pazhen-msft_1-1609812433175.png

 


Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.

ebeery
Memorable Member
Memorable Member

If you only want to show the balance on each day, you will need to use a function in a measure which takes into account the "semi-additive" nature of account balances.

 

Two such functions are LASTDATE and LASTNONBLANK.

 

This SQLBI article describes the use of these functions for this type of application in great detail.
https://www.sqlbi.com/articles/semi-additive-measures-in-dax/ 

Fowmy
Super User
Super User

@Laggy 

When you are plotting Dates and Values on a chart, the X-Axis always shows the unique values as it needs to summarize the underlying data. So it is not possible with charts.

If you need to show the dates as you have in your source table with duplicates of dates then you can use Table Visual to achieve it. Right-click the value and select Don't Summarize.

 

Fowmy_0-1609612602577.png

________________________

If my answer was helpful, please click Accept it as the solution to help other members find it useful

Click on the Thumbs-Up icon if you like this reply 🙂


Website YouTube  LinkedIn

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

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