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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
w_Das
Frequent Visitor

Min and Max line indicator visual

Hi Team,

 

I have previous year min and max sales volume and I have to visual like below,

Abc data and for a given Calendar year they want to see the Minimum sales and the Maximum sales and where the current and Previous sales fall on the line.

Cur.sales -> current month
Prev.Sales -> previous month

 

 

pic1.png

Thanks,

Wd

3 REPLIES 3
v-yangliu-msft
Community Support
Community Support

 

I’d like to acknowledge the valuable input provided by the @amitchandak . I would like to make an addition around the visual you have given.

Hi  @w_Das ,

I created some data:

vyangliumsft_0-1714379489073.png

Here are the steps you can follow:

1. Create measure.

You can create four indicators for visual to be placed in specific locations:

Min =
MINX(
    ALL('Table (2)'),'Table (2)'[Column1])
Max =
MAXX(
    ALL('Table (2)'),'Table (2)'[Column1])

pre =
SUMX(
    FILTER(ALL('Table (2)'),
    'Table (2)'[Group]="pre"),'Table (2)'[Column1])
cur =
SUMX(
    FILTER(ALL('Table (2)'),
    'Table (2)'[Group]="cur"),'Table (2)'[Column1])

2. Result:

vyangliumsft_1-1714379489078.png

 

 

Best Regards,

Liu Yang

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

@w_Das , I doubt a similar visual.

You can consider bullet chart

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Thanks @amitchandak 

How do I showcase Prev Sales and Current sales icon or something ?

Please advise

Thanks,
Wds

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.