Forum Discussion

LanceTDL's avatar
LanceTDL
Frequent Visitor
5 years ago
Solved

Create Table, or Measure for Current Price by Dates

Hello,  I have a forcasting formula we built in Power Bi and it is working great for calculating the number of units expected to be sold, both in historical and future dates. Where I am having iss...
  • fhill's avatar
    5 years ago

    My Power BI gut says, what you are trying to do can be more efficently done with proper joining, or some code magic... but here's what you need for now.  Hope it works!

     

    Table 2 = CROSSJOIN('Date Table', 'Item Table')