Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi everyone,
My report is almost complete but I still have a question :
I would like to display the date of recording (from my database (Oracle), once a month).
Is it possible to make a parameter or something ?
And the same for the loading of my Excel files, I tried but I can't do it.
If someone could give me some ideas ?
Thanks by advance,
Have a nice day !!
Solved! Go to Solution.
go to Get data --> Blank Query
Goto Advanced Editor
Delete everything in there and replace it with this:
let
Source = #table(type table[LastRefresh=datetime], {{DateTime.LocalNow()}})
in
Source
This will give you a date and time everytime the report refreshes
go to Get data --> Blank Query
Goto Advanced Editor
Delete everything in there and replace it with this:
let
Source = #table(type table[LastRefresh=datetime], {{DateTime.LocalNow()}})
in
Source
This will give you a date and time everytime the report refreshes
Hi ! Thanks so much @Anonymous !
It's working
but I don't know how to put it on my report
it's blank even if i've got the right information in my data
Thanks by advance,
Have a nice day !
Ok, I just find the solution, I created a new measure
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |