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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Chandrashekar
Resolver III
Resolver III

Graph : Selection with Table

Hello,

 

When click on company name from table graph should show only company name(Hide rest) and week num(last 3 weeks).

Sample Data 

1. Graph should hide all company other than which is not selected in table

2. shows only last 3 weeks data.

Regards,

Chandrashekar B

1 ACCEPTED SOLUTION

Hello,

 

Sorry for late reply. I got the solution. We need to turn on filter in graph.

Chandrashekar_0-1672064242438.png

 

View solution in original post

4 REPLIES 4
v-zhangti
Community Support
Community Support

Hi, @Chandrashekar 

 

You can try the following methods.

Measure = IF(SELECTEDVALUE('Calendar'[Week Num])>=WEEKNUM(TODAY())-2,1,0)

vzhangti_0-1671763217899.png

Is this the result you expect? Only the last three weeks of data are displayed. Hide company names that are not selected.

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

Hello,

 

Thanks for your reply. Is it possbile to hide axis without Slicer(Company Name).

I was looking to interact data between table and graph. i.e. If company selected in Table only that company name should display in Graph.

 

Regards,

Chandrashekar B

Hi, @Chandrashekar 

 

Can you picture the output you expect?

 

Best Regards,

Community Support Team _Charlotte

Hello,

 

Sorry for late reply. I got the solution. We need to turn on filter in graph.

Chandrashekar_0-1672064242438.png

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors