March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
125 | |
81 | |
63 | |
54 | |
42 |
User | Count |
---|---|
194 | |
106 | |
90 | |
63 | |
51 |