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)))
prashantg364
Helper II
3 years agoThanks, it works.