Forum Discussion
Re-ordering Stock Date Format
- Anonymous3 years ago
Hi Digger99 ,
I have creatd a simple sample, please refer to my pbix file to see if it helps you.
Create a column.
Column = VAR _1 = 'Table'[stock on shelf] - 'Table'[lead time] RETURN EDATE ( TODAY (), _1 )Or a measure.
Measure = VAR _1 =MAX( 'Table'[stock on shelf] )-MAX( 'Table'[lead time]) RETURN EDATE ( TODAY (), _1 )How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ PollyIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Digger99 ,
I have creatd a simple sample, please refer to my pbix file to see if it helps you.
Create a column.
Column =
VAR _1 = 'Table'[stock on shelf] - 'Table'[lead time]
RETURN
EDATE ( TODAY (), _1 )
Or a measure.
Measure =
VAR _1 =MAX( 'Table'[stock on shelf] )-MAX( 'Table'[lead time])
RETURN
EDATE ( TODAY (), _1 )
How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.