Forum Discussion
Dax command to get the values based on paramter date
- 10 months ago
Hi Pra2010Gha , Thanks for reaching out to the Microsoft fabric community forum.
I have created a new .PBIX file based on your requirements. Instead of using field parameters, I used a slicer for the date column, as field parameters are not the most suitable option here.
On page 1 of the report, you can use the slicer—set it to 18th Oct to get the desired output, which is 3.5 + 6 = $9.5. On page 2, I added a table with a DAX measure to show the price of the fruits on the transaction date. You can use whichever option works best for you.
Please refer to the attached .pbix file for more details and let me know if you have any further questions.
Thank you.
Hey Thank you for your reply.It looks like the transaction Date(18 oct) is harcoded in your logic...Will it work if I pass a date parameter there?
Also is there a way that it will only filter out the yellow rows and not all the rows? based on the transaction date (parameter date input)?