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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Need default value along with drillthrough value in table visual

Hi Team,

I have one table with a column Source and having value A,B,C,D and based on that created two pages.

1. 1st page has one table visual with records A & B

2. 2nd page has table visual and in that C & D should be my defualt values.

 

When I drill through from 1st page by selecting either of the value (A OR B) it should drillthrough to 2nd page where I want to show the value of selected value from 1st page along with C&D.

 

 

3 REPLIES 3
amitchandak
Super User
Super User

@Anonymous , Then you need to create an independent table with 4 value A,B,C,D

 

and use that in filter

 

measure on page 1

calculate(Sum(Table[Value]) , filter(Table, Table[Source] in values(Source[Source]) ) )

 

 

measure on page 2

calculate(Sum(Table[Value]) , filter(Table, Table[Source] in values(Source[Source]) || Table[Source]  in {"C", "C"}  ) )

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
Anonymous
Not applicable

Hi Amit,

Thanks for the suggestion.

But it's not working, I followed the same as you suggested but while drillthough from page 1 to page 2 the selected value only get carried to page 2 as we know the defualt behaviour of drillthrough.

As I mentioned in my question - if I select value like A from Page 1 than on page 2 value of A carried and  filter the page 2 but along with that I need the value of C & D.

 

Anonymous
Not applicable

Hi @amitchandak ,

Thanks for the suggestion.

But it's not working, I followed the same as you suggested but while drillthough from page 1 to page 2 the selected value only get carried to page 2 as this is the defualt behaviour of drillthrough.

 

Let me rephrase my question again.

On 1st page source value is showing A & B (Table visual)

On 2nd page source value is showing C & D (Table Visual) 

now when I drillthrough from page 1 by selecting value like A than on Page 2- A should be displayed along with C & D.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 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.

Top Solution Authors