Forum Discussion
prashantg364
Helper II
3 years agoDAX query
I have a product code table as shown below Product code alpha beta gama x Now I want to add a date column against each product for a specific duration, as example shown below Pr...
Anonymous
3 years agoNot applicable
Create date column manually in Query editor.
Get data-select Blank Query-type= {Number.From(#date(2023,1,1))..Number.From(#date(2023,3,15))}
and covert the ABC123 type to date.