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
htalat6
Frequent Visitor

Saving timestamp daily

Scenerio

I am connecting PBI report servver with Jira and getting the data from web

 

My data does not have a specific time stamp which keeps the track of date when the status of issue changes. 

Now, i am thinking to create a column in my data that record the date and state of the other columns 

new data will add as an row

 

forexample 1/10/23

x  y  date

1  2  1/10/23

 

on 1/11/23

 

x  y  date

1  2  1/10/23

4  8 1/11/23

 

 

I am using Today function as a new measure but it is only showing me today's data 

3 REPLIES 3
lbendlin
Super User
Super User

Power BI has no memory, and no concept of global variables. You need to do that in the upstream system.

Hey thanks for the reply . It would be great if you share an article , i am new to Power BI and trying to solve this as soon as possible.

Load your web data into a database and add the timestamp automatically during load ( using a default value of getdate() for example). Then access that database table from Power BI.

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.