Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hi,
I would like to ask if I select on other visual then diagram appears in first visual if not selected then no diagram not appears in first visual. Like example.
If other visual not selected:
If other visual selected:
How implement this solution?
Solved! Go to Solution.
Hi , @Analitika
Accoridng to your description, you want to "Show a y-line if selected on other visual Power BI".
Here are the steps you can refer to :
(1)This is my test data:
(2)We can create a measure like this:
Measure = var _check = ISFILTERED('Table1'[Level])
return
IF(_check , 80,BLANK())
(3)Then we can put this measure in the "Y-axis Contant Line":
Then we can get this:
Thank you for your time and sharing, and thank you for your support and understanding of PowerBI!
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi , @Analitika
Accoridng to your description, you want to "Show a y-line if selected on other visual Power BI".
Here are the steps you can refer to :
(1)This is my test data:
(2)We can create a measure like this:
Measure = var _check = ISFILTERED('Table1'[Level])
return
IF(_check , 80,BLANK())
(3)Then we can put this measure in the "Y-axis Contant Line":
Then we can get this:
Thank you for your time and sharing, and thank you for your support and understanding of PowerBI!
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
User | Count |
---|---|
144 | |
73 | |
64 | |
52 | |
51 |
User | Count |
---|---|
208 | |
91 | |
62 | |
59 | |
56 |