Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
jussiwaisto
Helper I
Helper I

Date slider in sum function? Basic stuff?

Hi, I have this kind of table which includes € column (kauppasumma) and date column (Date) and then I have a date slider where I pick start date and end date.

 

Screen Shot 2019-10-07 at 10.57.53.png

Screen Shot 2019-10-07 at 11.44.24.png

(Date column is related with Date table)

 

I'm calculating ratio and this function works fine:

 

Screen Shot 2019-10-07 at 10.57.02.png

 

But problem is that this function counts all values but doesn't notice my date slider. I would like to count January's ratio but how do I do it?

 

Thank you!

1 ACCEPTED SOLUTION
Anonymous
Not applicable

HI @jussiwaisto ,

So you mean you want to use current value to compare with selected values? If this is a case, you can consider using 'allselected' function to replace 'all' function, it will filtered your records based on current filters.

Ratio =
DIVIDE (
    SUM ( Table[Amount] ),
    CALCULATE ( SUM ( Table[Amount] ), ALLSELECTED ( Table ) )
)

Regards,

Xiaoxin Sheng

View solution in original post

1 REPLY 1
Anonymous
Not applicable

HI @jussiwaisto ,

So you mean you want to use current value to compare with selected values? If this is a case, you can consider using 'allselected' function to replace 'all' function, it will filtered your records based on current filters.

Ratio =
DIVIDE (
    SUM ( Table[Amount] ),
    CALCULATE ( SUM ( Table[Amount] ), ALLSELECTED ( Table ) )
)

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.