Forum Discussion
AlexJ01
3 years agoHelper I
How to make line chart end?
Hi there, I have created some running total measures (count vs date) for a cummulative line chart which looks like this: I've got a separte date table which has been used to create the mea...
Greg_Deckler
3 years agoCommunity Champion
AlexJ01 So, going to be a bit dependent on exactly how things are configured in your model but perhaps something like this:
Blue Line RT =
VAR __Measure = [Blue Line Running Total Measure]
VAR __Count = COUNTROWS( 'Block 5 )
VAR __Result = IF( __Count = BLANK(), BLANK(), __Measure )
RETURN
__ResultAlexJ01
3 years agoHelper I
Greg_Deckler I'm still learning all the language - could you help me out if I provide my report and data files?
- Greg_Deckler3 years agoCommunity Champion
AlexJ01 That's usually the fastest way to victory.
- AlexJ013 years agoHelper I
Thanks Greg_Deckler I've uploaded a simplified version of my report & data source file to this WeTransfer link: https://we.tl/t-DSWRWvEpLG