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
M-Beans
Regular Visitor

KPI Card - Help with Visual

I am trying to display a KPI card that compares the Year to Date Actual Revenue versus Year to Date Budget Revenue.

I  have a column for Actuals that is populated each month and is currently populated for the first 3 monthes of the year.  For the Budget my column has all 12 monthes populated with the budget for each month of 2024. 

I have tried the following and neither have worked:

 Sum of Actual in the "Value"

Year or Month from the calendar table in Trend Axis

YTD measure for Budget in Target

or

 YTD measure for Actual in Value

Year or Month from the calendar table in Trend Axis

YTD measure for Budget in Target

 

I end up getting a display of the year to date Actuals ( which is the correct value) but the Goal keeps displaying a total of 11 months of the year and showing red. Also the backround doesn't show up when I use the measures instead of the sum of's.  When looking at the actual data we should be in the green and beating our target/budget   How do I properly program this KPI Card?

 

 

1 ACCEPTED SOLUTION
PhilipTreacy
Super User
Super User

Hi @M-Beans 

 

Download PBIX file with the example below

 

Create a table with this DAX

 

 

Dates_ = DATESBETWEEN('Dates'[Date], MIN('DataTable'[Date]), EOMONTH(TODAY(),-1))

 

 

Use the date column in that table as the Trend Axis for the KPI.

 

kpi-card.png

 

You will need also need a Date Table and all 3 tables need to be related by the Date field.

 

Regards

 

Phil

 



Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.


Blog :: YouTube Channel :: Connect on Linkedin


Proud to be a Super User!


View solution in original post

2 REPLIES 2
M-Beans
Regular Visitor

Thanks for your help!

PhilipTreacy
Super User
Super User

Hi @M-Beans 

 

Download PBIX file with the example below

 

Create a table with this DAX

 

 

Dates_ = DATESBETWEEN('Dates'[Date], MIN('DataTable'[Date]), EOMONTH(TODAY(),-1))

 

 

Use the date column in that table as the Trend Axis for the KPI.

 

kpi-card.png

 

You will need also need a Date Table and all 3 tables need to be related by the Date field.

 

Regards

 

Phil

 



Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.


Blog :: YouTube Channel :: Connect on Linkedin


Proud to be a Super User!


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.