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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
MichaelSeery
Frequent Visitor

KPI Card Target Chart Not Showing

Hello...I am looking for some help to understand KPI cards.

I have set up a KPI card to compare currrent month's total to last month and it appears to be working correctly.

However, when I filter for another month end date, I get the values but not the chart showing in the KPI card.

MichaelSeery_0-1676841835406.png

This shows the KPI card correctly however, when I click on another EOM in the table I get the correct values but not the chart.

MichaelSeery_1-1676841895264.png

My Set up

I have a calendar table that has a relationship to the Aging table

MichaelSeery_2-1676842105342.png

And I have a couple of measures that use the Calendar table.

 

Meassures

31+ = CALCULATE(SUM('AR Aging'[31-60]) + SUM('AR Aging'[61-90]) + SUM('AR Aging'[91-120]) + SUM('AR Aging'[121+]))

 

31+ LM =

VAR CurrentMonth = SELECTEDVALUE('Calendar'[Month])

VAR CurrentYear = SELECTEDVALUE('Calendar'[Year])

RETURN

SUMX(FILTER(ALL('Calendar'),

IF(CurrentMonth = 12,

    'Calendar'[Month] = 1 && 'Calendar'[Year]= CurrentYear -1,

    'Calendar'[Month] = CurrentMonth - 1 && 'Calendar'[Year]= CurrentYear)),

[31+])

 

Any help would be very much appreciated.

2 REPLIES 2
Anonymous
Not applicable

Hi @MichaelSeery 

It may be because you didn't sort by FiscalMonth. KPIs don't have a sort option. You'll need to start again and sort by FiscalMonth before you convert your visualization to a KPI.

 

Best Regards!

Yolo Zhu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks for taking the time to help.

I believe I have sorted by FiscalMonth and the data is appearing correct on the KPI.

It's just not showing the chart.

How do you suggest I sort?

MichaelSeery_0-1677017514518.pngMichaelSeery_1-1677017535870.png

 

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.