Forum Discussion
LanceTDL
5 years agoFrequent Visitor
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...
- 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')
fhill
5 years agoResident Rockstar
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')