Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
I've inherited this power query and my predecessor has 'items' in the formula that are also created by a formula. When I hover over these items I can see the formula but I don't know how to edit the formula. (see screenshot below)
Is this possible? Also how are these created?
Solved! Go to Solution.
Good day Finalyst96,
The "items" you see are other queries. Let's say you make a query called DateToday which returns todays date.
let
Source = Date.From( DateTime.LocalNow() )
in
Source
Then you make another query called DatePlusSevenDays which references DateToday...
let
Source = Date.AddDays( DateToday, 7 )
in
Source
When you hover over DateToday in this second query it will show the code of DateToday. You can see the queries in the Queries panel at the left hand side of the query editor.
Hope this helps.
Good day Finalyst96,
The "items" you see are other queries. Let's say you make a query called DateToday which returns todays date.
let
Source = Date.From( DateTime.LocalNow() )
in
Source
Then you make another query called DatePlusSevenDays which references DateToday...
let
Source = Date.AddDays( DateToday, 7 )
in
Source
When you hover over DateToday in this second query it will show the code of DateToday. You can see the queries in the Queries panel at the left hand side of the query editor.
Hope this helps.
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
29 | |
12 | |
12 | |
11 | |
8 |
User | Count |
---|---|
53 | |
27 | |
15 | |
14 | |
13 |