Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Dear Experts,
We have item and expiry date. i want to add parameters of number of days. As i enter 30 in days parameter it shows those items which will be expire within in 30 days. As i enter 60 days it will shows those items expire withing 60 days etc. It is kind of aging report but reverse to aging. Aging report showing past this report should show only future expiry items.Please support.
Note: Expiry date field is already in the table, so the report will be filtered from number Days parameter and then number of days will check the expiry date field and show data as per perameter.
Best Regards,
Shabir Ahmad
Solved! Go to Solution.
Hello @shabirAhmad ,
You could change the slicer settings from the visualisation pane into like greater than a number and it will show like this
or you could do it as drop down
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Proud to be a Super User! | |
Hi @Idrissshatila ,
Thanks for your prompt reply, i colored these field in image shown above. check in parameters. It shows two 2 fields as i want only 1 field as slicer, which will filter data for this report.
Best Regards,
Shabir Ahmad
Hello @shabirAhmad ,
so is there anything else I could help you with ?
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Proud to be a Super User! | |
Thanks clear me only one thing as i posted a query, why 2 fields are showing as a slicer, i need only 1 field which will filter the report.
Best Regards,
Shabir Ahmad
Hello @shabirAhmad ,
You could change the slicer settings from the visualisation pane into like greater than a number and it will show like this
or you could do it as drop down
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Proud to be a Super User! | |
Hello @shabirAhmad ,
So first thing you do is create a new column in the table that shows the date difference between today and expiry date. This will show the diff in days as a column.
check the datdiff dax function https://learn.microsoft.com/en-us/dax/datediff-function-dax
Difference = DATEDIFF ( Today(), YourTableName[ExpiryDate], Day )
Then after creating this field, you add it as a slicer in the report so you could filter using it.
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Proud to be a Super User! | |
User | Count |
---|---|
65 | |
60 | |
47 | |
33 | |
32 |
User | Count |
---|---|
86 | |
75 | |
56 | |
50 | |
45 |