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! Request now

Reply
Anonymous
Not applicable

Issue with slicer selection

Hi Experts,

 

Please help me to resolve this issue. bar chart is only enable if i select Visitors from column metric (pic 1),  but not for others (pic 2)

 

1.JPG

1 ACCEPTED SOLUTION

@Anonymous 

 

You may apply virtual relationship in DAX measure.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

@Anonymous 

 

Try this,

 

If(selectedvalue(table[Column])="Visitors",value1,0)

 

Add this measure to visual level filter and set it to not 0.

 

Thanks & regards,
Pravin Wattamwar
www.linkedin.com/in/pravin-p-wattamwar

If I resolve your problem Mark it as a solution and give kudos.

Anonymous
Not applicable

 

Sir, As you mentioned i have set the filter to 0 but its not working.why i am getting result like this, i dnt have any idea.

 

hour from date table, walkin from fact 1 and result from facts 2.

 

Facts 1 and Fact 2 have 1:M joins with date table crossfilter join (BOTH)

 

 

Capture.JPG

@Anonymous 

 

You may apply virtual relationship in DAX measure.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

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!

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