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 there,
I would like to subtract two days from the most recent PRICE_DT field, but i'm getting an error. Here's my code:
let
Source = #"Curated RP_IOSAF_TRANSACTIONS",
#"Extracted Date" = [PRICE_DT].From(Source),
#"Converted to Table" = #table(1, {{#"Extracted Date"}}),
#"Added Custom1" = Table.AddColumn(#"Converted to Table", "Custom.1", each Date.AddDays([Column1],-2)),
just_the_value = #"Added Custom1"{0}[Custom.1]
in
just_the_value
I'm getting this error: "Expression.Error: The name 'PRICE_DT.From" wasn't recognized. Make sure it's spelled correctly.
Solved! Go to Solution.
Hi @Anonymous -
Thanks for responding. i ended up getting some help internally at my firm. I ended up duplicating the original query removing all data except for the date i wanted. then i removed duplicate dates and sorted on newest to oldest. Then i added an index and had my other query reference the date that i wanted in my query. It worked!
Thanks again!
David
Hi @Anonymous -
Thanks for responding. i ended up getting some help internally at my firm. I ended up duplicating the original query removing all data except for the date i wanted. then i removed duplicate dates and sorted on newest to oldest. Then i added an index and had my other query reference the date that i wanted in my query. It worked!
Thanks again!
David
Hi @dave_schultz ,
It's glad to hear that your problem has been resolved. And thanks for sharing your solution here. Thank you.
Best Regards
Hi @dave_schultz ,
According to the error message, it seems the error occur at the second step #"Extracted Date"... Could you please provide some sample data in your table and the screenshot with error message in Power Query Editor? Thank you.
Best Regards
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.
| User | Count |
|---|---|
| 44 | |
| 43 | |
| 38 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 68 | |
| 64 | |
| 31 | |
| 29 | |
| 24 |