Forum Discussion
Date/Time Intelligence Formula
- Anonymous8 years ago
I think I have finally figured out a solution, what I ended up doing was creating an IF measure which determined if my receive date was greater than my ship date it would return "1". After which I then created new IF measures for each of my values which referenced my shipping measure and if a 1 was present it would be blank, otherwise it would display it's data.
The matrix visual seems intelligent enough to then omit those blank rows thus not displaying unwanted data.
Thank you all for your help, I couldn't of got here without you.
vanessafvg My due date is pre-determined by order numbers, my ultimate goal here is to report all current open orders and then using a matrix visual display items specific to each order, the complication is with the items being rather common and shared across multiple orders and the due date is the only point which really determines if those items should be listed or not.
I am certainly open to trying anything or researching a different way to approach the problem. I am also share test data, however I am not able to share the real pbix/dataset as the information is company owned.
Anonymous the question i am asking though is how will you identify if a due date > than itself, what do you have to compare, what are you comparing it against? you need some sort of indicator, without seeing data or dummy data,its hard to understand how this condition can be crafted
- Anonymous8 years agoNot applicable
Here is an example set of data, I shrunk the views down for this. Basicially when you drill into an order number it will show an equipment model, then it will show the incoming items for the order. I am wanting to exclude anything that is 'Receiving' after the 'Ship' date.
example.pbix- Anonymous8 years agoNot applicable
I think I have finally figured out a solution, what I ended up doing was creating an IF measure which determined if my receive date was greater than my ship date it would return "1". After which I then created new IF measures for each of my values which referenced my shipping measure and if a 1 was present it would be blank, otherwise it would display it's data.
The matrix visual seems intelligent enough to then omit those blank rows thus not displaying unwanted data.
Thank you all for your help, I couldn't of got here without you.