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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Numeric range slicer from measure

Hi all

 

Does anyone know how to do this with a measure (or a disconnected table with all values of 0-100 in)?

 

https://docs.microsoft.com/en-us/power-bi/desktop-slicer-numeric-range

 

Thanks!

9 REPLIES 9
AlB
Community Champion
Community Champion

Hi @Anonymous

 

It is explained on the link you provide. What is it exactly that you do not understand or is not working?

Anonymous
Not applicable

Hi @AlB

 

Well it says this CANNOT be done with a measure as the slicer. So is there a way TO do it, like with a disconnected table, or perhaps a summerized table?

 

Thanks

hi, @Anonymous

Measure can't be drag into a slicer in power bi, measure itself is dynamic, This will lead to a circular dependency.

and you could create a relationship between the summarized table with basic table, then you could drag the field in the summarized table into a slicer, and it will affect the basic table too.

 

Best Regards,

Lin

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Hi @v-lili6-msft

 

Can you please give a simple example (or link to one) where you "could create a relationship between the summarized table with basic table, then you could drag the field in the summarized table into a slicer, and it will affect the basic table too."

 

Thanks

hi, @Anonymous

A simple example:

this is basic data table and this is a summarized Table

basic Tablebasic Tablesummarized Tablesummarized Table

then create a relationship between them like this 

7.JPG

 

Now you could use Column in summarized Table in slicer to filter the data in the basic table.

 

Best Regards,

Lin

 

 

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

But the problem is that the information is being generated by the measure and you can't join tables on a field that is a measure. So this wouldn't work? 

 

 

hi, @Anonymous

 

1. Calculation column/table not support dynamic changed based on filter or slicer. (So sum(table[column]) will return fixed value)
2. Measure can be affected by filter/slicer, so you can use it to get dynamic summary result.

 

Measure is a dynamic calculation, when you don't use it in the report, it will be "idle" and without any value.

 

here is a blog about Calculated Columns and Measures in DAX for you learn:

https://www.sqlbi.com/articles/calculated-columns-and-measures-in-dax/

 

Best Regards,

Lin

 

 

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Thanks, I will take a look

hi, @Anonymous

 

Could you please tell me if your problem has been solved? If it is, could you please mark the helpful replies as Answered?

 

Best Regards,

Lin

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

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors