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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
chroberts
Frequent Visitor

How to visualize coterminous number ranges with associated values?

Hello,

I have a data table following the below schema:

chroberts_0-1646085722542.png

 

And I would like visualize it in a way very similar to the highlighted portion below:

chroberts_3-1646086012910.png

 

 

Any ideas on which visualization to use for this?

 

Your help is much appreciated!

 

1 ACCEPTED SOLUTION

For the time being you would have to create your own sampling ( for example in .1 steps)  , in the future this might be possible via custom visuals.

 

One of the problems you will have is that the "40"  label will not fit into the allocated space between 

41 41.4

 

So you will likely have to do it with colors and legends instead. see attached for a sample implementation.

View solution in original post

3 REPLIES 3
lbendlin
Super User
Super User

Your sample data does not match your expected outcome.  Please validate.

 

Please provide sanitized sample data that fully covers your issue. If you paste the data into a table in your post or use one of the file services it will be easier to work with. Avoid posting screenshots of your source data if possible.

Please show the expected outcome based on the sample data you provided. Screenshots of the expected outcome are ok.

https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523

Hello,

 

Below is a table for use:

CategoryValueFromTo
1604041
1404141.4
16041.445.8
2604045.8

 

And here is a revised screencap of the expected outcome, with the values not included in the table scratched out:

Inkedchroberts_3-1646086012910_LI.jpg

In general, I'm just looking for a suggestion as to how to graph these From and To segments while displaying the associated value.

 

Thanks,

Chris

 

 

For the time being you would have to create your own sampling ( for example in .1 steps)  , in the future this might be possible via custom visuals.

 

One of the problems you will have is that the "40"  label will not fit into the allocated space between 

41 41.4

 

So you will likely have to do it with colors and legends instead. see attached for a sample implementation.

Helpful resources

Announcements
FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors