Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hi!
I have a table with target for each month. It is connected with calendar table with calendar id as and integer from first date of that month. For example target for january have calendar id - 20220101.
Now I have a visual where sales data is being displayed weekly. I would like to show targets on that visual as well - for example target for january should be displayed for all weeks of january.
How should I set up my model or write DAX in order to achieve that without duplicating my targets table and disaggragating it?
Best regards
Hey @stankda ,
this article covers how to setup your model and also provides some DAX examples on how to (re)-allocate values if there are different granularities: https://www.daxpatterns.com/budget/
If the techniques covered in the article can not be applied to tackle your challenge. Provide a pbix that contains sample data but still reflects your data model (tables, relationships, calculated columns, measures). Upload the pbix file to onedrive or dropbox and share the link. If you are using Excel to create the sample data instead of using the manual input method, share the xlsx as well.
Hopefully, this provides some new ideas on how to tackle your challenge.
Regards,
Tom
@stankda , refer if this can help
Distributing/Allocating the Monthly Target(Convert to Daily Target): Measure ( Daily/MTD): https://community.powerbi.com/t5/Community-Blog/Power-BI-Distributing-Allocating-the-Monthly-Target-...
Power BI — Week on Week and WTD
https://medium.com/@amitchandak.1978/power-bi-wtd-questions-time-intelligence-4-5-98c30fab69d3
https://community.powerbi.com/t5/Community-Blog/Week-Is-Not-So-Weak-WTD-Last-WTD-and-This-Week-vs-La...
https://www.youtube.com/watch?v=pnAesWxYgJ8
Check out the November 2023 Power BI update to learn about new features.