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

Filter totals by in Power BI - Business Central

Hi mates! 🙂

 

I have a question. I'm working on a dashboard, specifically on bank ballance.

On Bank Account Card (Business Central), we have the ballance.

FE: Imagination Bank -> 25.000€.

 

But there's not a date filter (only on bank movements).

So, I want a table with the balance in every day.

FE:

01/01/21 -> 30.000

02/01/21 -> 28.000

03/01/21 -> 34.000

 

On BC, we have "filter totals by" but not on PBI.

Any ideas or should I do it throught bank movements?

 

Thanks mates!

 

3 REPLIES 3
amitchandak
Super User
Super User

@JaviF , Not very clear

 usually, with movement and date table, we can get the daily balance

 

Cumm Sales = CALCULATE(SUM(Table[Credit]) - SUM(Table[Debit]),filter(allselected('Date'),'Date'[date] <=max('Date'[date])))

 

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 Amit! 🙂

That's the problem.. I don't have a Date table..

I have, for example that today there is 23.000€ on bank.

Yesterday was 21.000€

Tomorrow will be 24.000€

 

But I only have today's amount.

This is a calculate field on Busines Central 😞

Icey
Community Support
Community Support

Hi @JaviF ,

 


 

I have, for example that today there is 23.000€ on bank.

Yesterday was 21.000€

Tomorrow will be 24.000€

 


How does this data come from? Is it stored in the data source? 

 

I don’t understand your situation very well. Could you share a concrete example?

 

Reference:

How to Get Your Question Answered Quickly - Microsoft Power BI Community

How to provide sample data in the Power BI Forum - Microsoft Power BI Community

 

 

Best Regards,

Icey

Helpful resources

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

May 2025 Monthly Update

Fabric Community Update - May 2025

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