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
DanielaXavier28
Frequent Visitor

Line at axis X

Hi Guys

Someone can help me with this situation?

I need put one flexible line on the axis X, my axi X is made of hours, I would like to put one line.  If I select Contagem on the box , this line need stay at 9 PM,  if I select Belo Horizonte or Campinas the line need be at 3 PM.Captu hoje.pngCaptura de tela situação desejada.png

1 ACCEPTED SOLUTION
v-rzhou-msft
Community Support
Community Support

Hi @DanielaXavier28 ,

 

According to your screenshot, I think you should use Line and clustered column chart to create a visual. It supports us to use "X-Axis Constant Line" in Analysis Pane.

Here is my Sample, data table Table1 and Table2 which is a calculated table with selections.

RicoZhou_0-1656662733019.png

Table 2 = {"Contagem","Belo Horizonte","Campinas"}

Measure:

Measure = 
VAR _SELECTVALUE = SELECTEDVALUE('Table 2'[Value])
RETURN
IF(_SELECTVALUE = "Contagem",TIME(21,0,0),IF( _SELECTVALUE IN {"Belo Horizonte","Campinas"},TIME(15,0,0))
)

You may refer to the offical blog which is shared by amitchandak to add this measure into "X-Axis Constant Line" in Analysis Pane.

RicoZhou_1-1656662776624.png

 Result is as below.

RicoZhou_2-1656662794154.png

RicoZhou_3-1656662801097.png

 

Best Regards,
Rico Zhou

 

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

2 REPLIES 2
v-rzhou-msft
Community Support
Community Support

Hi @DanielaXavier28 ,

 

According to your screenshot, I think you should use Line and clustered column chart to create a visual. It supports us to use "X-Axis Constant Line" in Analysis Pane.

Here is my Sample, data table Table1 and Table2 which is a calculated table with selections.

RicoZhou_0-1656662733019.png

Table 2 = {"Contagem","Belo Horizonte","Campinas"}

Measure:

Measure = 
VAR _SELECTVALUE = SELECTEDVALUE('Table 2'[Value])
RETURN
IF(_SELECTVALUE = "Contagem",TIME(21,0,0),IF( _SELECTVALUE IN {"Belo Horizonte","Campinas"},TIME(15,0,0))
)

You may refer to the offical blog which is shared by amitchandak to add this measure into "X-Axis Constant Line" in Analysis Pane.

RicoZhou_1-1656662776624.png

 Result is as below.

RicoZhou_2-1656662794154.png

RicoZhou_3-1656662801097.png

 

Best Regards,
Rico Zhou

 

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

amitchandak
Super User
Super User

@DanielaXavier28 , You can create a measure using Switch, and then you can have those values. You can use that under X-axis Constant line under fx(Analytic Pane). But please note that is only supported for a few data types

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.