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

Get inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.

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

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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 FABINSIDER for a $400 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

Check out the February 2025 Power BI update to learn about new features.

March2025 Carousel

Fabric Community Update - March 2025

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