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...
wdx223_Daniel
Community Champion
3 years agoNewTable=GENERATE(VALUES(Table[Product Code]),CALENDAR(DATE(2023,3,1),DATE(2023,3,5)))
- prashantg3643 years ago
Helper II
Thanks, it works.
- prashantg3643 years ago
Helper II
Resolved by creating a custom column in query editor. Thanks