Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello, I am very new to PQ. I have imported huge data from SalesForce. I want to apply 'from and to' date filters on 'transactions date' column but I want users to input the 'from' (and 'to') dates in two separate cells in Excel to refresh my query. I imported the start date as a named range 'FromYTD' and saved as connection only. Then applied to the column as below.
Both the transactions column and From YTD is formatted as Date.
The error message I am getting is below. Please help. Thanks
Solved! Go to Solution.
In your formula, make it FromYTD{0} in place pf FromYTD. This will make it refer to first value of FromYTD list.
OR
Don't change formula, in your FromYTD list, right click on List column and drill down. This will make it a single value and you query will work correctly.
Brilliant! It worked. Thanks
In your formula, make it FromYTD{0} in place pf FromYTD. This will make it refer to first value of FromYTD list.
OR
Don't change formula, in your FromYTD list, right click on List column and drill down. This will make it a single value and you query will work correctly.