Forum Discussion
Running total Power BI
In the table i am pulling from, there is no date.. Its just a day of week (1-7). I created a new measure (day of week) and linked those tables.
I fixed my formula as you suggested but did not fix issue.. Is it my date?
Hi:
Once you get your date table connected to your fact table with the donanation info and marked as a Date Table you can use functions like this for your monthly totals or beyond. Below the date table is named DATES. You can also use DATESYTD, DATESQTD
Month RT= CALCULATE ( [Red Cell Projected]), DATESMTD (Dates[Date]) )
- mmowrey4 years ago
Helper I
I have created a dates table and linked as below.. DOes this look correct
- Whitewater1004 years ago
Solution Sage
Hi:
Yes it looks pretty good. Can your date table also connect to the Donor visit table?
Once your date table is made (it should have continuous datesto cover all your time and beyond (for projections) you can go to data view and click on table tools. You should see an option to "Mark as Date Table" say yes and choose you Date field as the field. It will tll you if you did it correctly. Now all the time intel measures will work for you.
I hope that helps!
- mmowrey4 years ago
Helper I
can i link my date table to both donor visit and blood drive table? maybe thats why this isn't working still .. what table should i link to?