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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Reply
M_nwadibia
Resolver III
Resolver III

Appending Timestamp or Date on Standard Subscription

Hello,

I have this scenario on automating my email.

1. I am able to send email using file share and time stamp appended.

2. When I use standard subscription, the time stamp appears on the subject line and not with the attachment.

Is there a way the timestamp can be appended on the attachment using standard subscription?. My datasource is Oracle Data Source

 

M_nwadibia_1-1675095501892.png

 

 

1 ACCEPTED SOLUTION
Medina
Resolver I
Resolver I

Hi M_nwadibia,

Unfortunately, there is no method to change the report name using the Standard or Data-driven subscription while using the email Distribution option. The email option uses the RDL name as is.

The Windows File Share option allows creating the file, e.g., Excel, with a different name.

View solution in original post

3 REPLIES 3
Medina
Resolver I
Resolver I

Hi M_nwadibia,

Unfortunately, there is no method to change the report name using the Standard or Data-driven subscription while using the email Distribution option. The email option uses the RDL name as is.

The Windows File Share option allows creating the file, e.g., Excel, with a different name.

jaweher899
Impactful Individual
Impactful Individual

One option to achieve this is to use a DAX formula to create a calculated column that concatenates the desired date/time value with the existing data. This calculated column can then be used in the report to display the date/time information.

Here's an example of how to do this:

  1. Create a calculated column: In Power BI Desktop, go to the "Modeling" tab and select "New Column." Enter a name for the calculated column, such as "Date/Time," and enter the following DAX formula:

=TEXT(NOW(), "MM/DD/YYYY HH:MM:SS")

  1. Use the calculated column in the report: Go to the "Visualizations" pane and add the calculated column to the report. This will display the date/time information in the report.

This approach will allow the user to append a timestamp or date to their Power BI report when using a standard subscription.

This is SSRS and not Power BI

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.

Feb2025 Sticker Challenge

Join our Community Sticker Challenge 2025

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

Jan NL Carousel

Fabric Community Update - January 2025

Find out what's new and trending in the Fabric community.