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
leg14
New Member

Trend line of past KPI's values

let's say I have a KPI which is a simple calculation like

SUMX(FILTER(Table;Table[Date] < Today());Table[Column])

I would like to plot a time series of the KPI's past values (for example for the first day of every month since 01-01-2014), so for instance it is enough to create a new table - Trend_Table - with two columns - DATE, KPI and calculate each row's KPI value as

SUMX(FILTER(Table;Table[Date] < Trend_Table[Date]);Table[Column])

(it may not exactly work that way in DAX but you get the idea)

The problem is I really want to have online values, which means that once the September begins a new row with DATE = '01-09-2018' should be added automatically to the table 'Tren_Table'. Is it possible in Power BI? Any referalls greatly welcomed.

1 REPLY 1
v-shex-msft
Community Support
Community Support

Hi @leg14,

 

>>The problem is I really want to have online values, which means that once the September begins a new row with DATE = '01-09-2018' should be added automatically to the table 'Tren_Table'

I think you are misunderstood of trend line feature, current it only display a trend line based on existing records. These trend data not really add to table, So you can't find new rows for these data.

 

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

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.