Hello,
I am currently having issues with a specific use-case where I need to get both date values from a date slicer and then use it in a formula:
This slicer uses data from a single column called Document Date
This is what my slicer looks like.
What I want is to check if a document was received in a period that refers to the end date of that slicer, minus 12 months, and put the order value of the document in a column. If the document was not received in the said period, the column will have a value of 0.
In my previous post, someone helped me with a measure that can show the number of documents, but for some reason, the same logic doesn't work to show display the order value of a specific document.
The order values of all documents are stored in a column called order value.
My intention is something like this (take as the selected period from 03.2019 until 12.2020:
Document ID | Date | Order Value | Order Value in the Quotation Period |
A | 2019-03-01 | 1000 | 0 |
B | 2019-04-01 | 2000 | 0 |
C | 2019-07-01 | 1500 | 0 |
D | 2019-07-01 | 3000 | 0 |
E | 2020-04-01 | 1300 | 1300 |
F | 2020-12-01 | 4000 | 4000 |
Because the only two documents that are inside the "Quotation Period" are E and F (12.2020 - 12 months), I want them to be the only one that show their order value in the last columns.
How can I achieve this?
Thank you in advance.
Edit: minor fix in the table of the example.
Solved! Go to Solution.
@T_von_Axt , If you want to create a column based on slicer value, that is not possible. Slicer can not filter columns
@T_von_Axt , If you want to create a column based on slicer value, that is not possible. Slicer can not filter columns
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Mark your calendars and join us on Thursday, June 30 at 11a PDT for a great session with Ted Pattison!
User | Count |
---|---|
185 | |
69 | |
67 | |
59 | |
55 |
User | Count |
---|---|
193 | |
103 | |
90 | |
80 | |
74 |