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

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply
hexitated
Helper I
Helper I

KPI Visual - Display EBIT% till previous month

Hey, I have a question and wasn't able to move forward yet even though I went through several topics discussing similar issues.

I have a report that displays the EBIT% for every month. My KPI Visual always displays the EBIT% of the current month though. The problem is that this figure is never correct till the month has ended and every costs are considered. So I need to figure out a way to somehow always display the value of the previous month. So the value that is in column EBIT% and row July. The EBIT% is a measure based on my sales and my cost table.

 

Can someone help me out?
Thanks 🙂

4 REPLIES 4
hexitated
Helper I
Helper I

Hey everyone. Unfortunately I am still struggling with the issue. Could someone maybe help me again clarifying my the issue described in the last post?

Thanks!!

Anonymous
Not applicable

Hi @hexitated ,

In order to give you a suitable solution quickly, could you please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.

How to upload PBI in Community

Best Regards

amitchandak
Super User
Super User

@hexitated , Do you have date, then you can use date table and time intelligence

 

last MTD Sales = CALCULATE([EBIT% ],DATESMTD(dateadd('Date'[Date],-1,MONTH)))
last month Sales = CALCULATE([EBIT% ],previousmonth('Date'[Date]))

 

make sure EBIT%  is not using time intelligence

 

Power BI — Month on Month with or Without Time Intelligence
https://medium.com/@amitchandak.1978/power-bi-mtd-questions-time-intelligence-3-5-64b0b4a4090e
https://www.youtube.com/watch?v=6LUBbvcxtKA

Time Intelligence, DATESMTD, DATESQTD, DATESYTD, Week On Week, Week Till Date, Custom Period on Period,
Custom Period till date: https://youtu.be/aU2aKbnHuWs&t=145s

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

thanks for the reply but i still don't get it completely. so my structure looks like this

i am working with a custom date table (year, month, week day short, week day long, quarter etc..) which is connected to the posting dates of sales and cost tables. so my ebit % now is just a measure that divides my ebit measure (sales - costs) by the sum of the sales. all these have their posting date which is connected to my custom date table. the KPI visual that i am working with also takes the year from my custom date table.

so does that mean i can use time intelligence or is this only possible with your method? and if yes - is there a easy way to get it done without adjusting my date table?

 

thanks for your time already!!

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

Vote for your favorite vizzies from the Power BI World Championship submissions!

Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 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.