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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
lkarthick24
Regular Visitor

Summarize Table with multiple selected slicer

Hi,
Is it possible to link slicer to summarize table in power bi desktop?

if possible,i have a column from same table used as slicer. is it possibpe to pass output of slicer (Multi select output) to summarize table. I have to find Max date from the selected two date.

regards,

LK.

3 REPLIES 3
lkarthick24
Regular Visitor

Hi,

without using selectedvalues function is it possible to create summarize table with multi selecteted filter inside Summarize function.

regards,

LK

lkarthick24
Regular Visitor

Hi,

Thanks for the quick replay. I have to find the max date and min date from the selected slicer and pass the value to summarize table.

regards,

LK

amitchandak
Super User
Super User

@lkarthick24 , You have to create join to filter automatically (prefer only if 1-M , Many on New fact/table side)

 

Or create measure like

 

measure = calculate(Sum(NewTab[Value]), filter(NewTab, NewTab[Column] in values(Dim[Column]) ) )

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.