The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
I am trying to caluclate an average for all future dates based off of past dates this month, with respect to three filters: product type, location name, and weekday.
Query1:
For *one specific product type*, filtering for only the product_type "on demand", here is my layout so far.
You can see the predictions are working correctly, except that they are not taking into account the weekday! I think this is simply because it is not part of the matrix? I have tried everything I can think of, and this is the measure I am using right now:
Solved! Go to Solution.
Hi @nhmpp ,
According to your description, here is my suggestion.
Please establish a relationship between two tables with "weekday".
Then it will work.
Best Regards,
Community Support Team _ xiaosun
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @nhmpp ,
According to your description, here is my suggestion.
Please establish a relationship between two tables with "weekday".
Then it will work.
Best Regards,
Community Support Team _ xiaosun
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.