Forum Discussion
Repeat values based on other value
formulae YEAR and MONTH want to get date in format. Not from column.
So this isn't working for me :(
- idontexist8 years agoHelper I
Sorry, did not mentioned that before... But all values exist in different tables.
Below screenshot
- Zubair_Muhammad8 years agoCommunity Champion
Hi idontexist
Actually I gave formula for a calculated column.
EARLIER doesn't work in a MEASURE.
You can share your file via Onedrive or googledrive.
I will try to help
- idontexist8 years agoHelper I
Unfortunately i can't do that, because it's a "live" data, not local. Without access you will not be able to see anything, and i haven't such persmissions to give your proper rights.
Maybe we can use some workaround... Create table with "Plan" that will be repeated for every day of month. So i can use something like: Matrix plan = IF ( NOT ( ISBLANK ([Fact]) ); [Plan])
Anyway thanks for help!