Forum Discussion

Gabe_07's avatar
Gabe_07
Icon for Helper I rankHelper I
6 years ago
Solved

Catch the 7 Days with data

Hello,

 

        I've trying to build a Line Clustered Column Chart that shows the 7 days (columns) with data, if it doesn't have data does not count. I'd appreciate any ideas.
My codes:
SHARED AXIS = 

Week Day = FORMAT(BatchHeaders[ActualEndDate], "d - mmm")
COLUMN VALUES = 
7 days rolling = CALCULATE(
                        SUM(BatchHeaders[Batch Weight]),
                        DATESINPERIOD(BatchHeaders[ActualEndDate].[Date], LASTDATE(BatchHeaders[ActualEndDate].[Date]), -7, DAY))
 
 
My goal is to get something like, and filter with the other visuals on the page
 
THANK YOU
Gabriel Molina
 



3 Replies