Forum Discussion
Visualization with calculated columns
- 7 years ago
Hi Anonymous
You may create a calendar table and then link it with Historique table.Then drag the calendar date and below measure in table visual.
Calendar = CALENDAR(MIN(Historique[Report Date]),TODAY())
Test backlog L1 = IF ( SELECTEDVALUE ( 'Calendar'[Date] ) < TODAY (), SELECTEDVALUE ( Historique[Backlog L1] ), [Sum backlog L1] )Regards,
Cherie
Hi Anonymous
You may create a calendar table and then link it with Historique table.Then drag the calendar date and below measure in table visual.
Calendar = CALENDAR(MIN(Historique[Report Date]),TODAY())
Test backlog L1 =
IF (
SELECTEDVALUE ( 'Calendar'[Date] ) < TODAY (),
SELECTEDVALUE ( Historique[Backlog L1] ),
[Sum backlog L1]
)
Regards,
Cherie
Hi,
I create a calendar table and then link it with Historique table.Then drag the calendar date and the measure below in table visual.
But when I drag the measure :
Calendar = CALENDAR(MIN(Historique[Report Date]),TODAY())
My table visual do this :
Sincerely
Luca BOROME
- v-cherch-msft7 years agoMicrosoft Employee
Hi Anonymous
Attached my simplified sample for your reference.If it is not your case,please share your sample data.You can upload it to OneDrive and post the link here. Do mask sensitive data before uploading.
Regards,
Cherie
- Anonymous7 years agoNot applicable
Hi,
I tried your solution again and it worked.
Thank you for your help.
Sincerely
Luca BOROME