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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Wicak
Helper I
Helper I

Filter result DAX

i have DAX yield is input Qty/Output Qty,

then i want to filters value result DAX yield with range  97% until 98%, this is result visualization with matrix

Wicak_0-1658138142151.png

how DAX filter with range 97% - 98%? 

please your advice, thank you 

 

2 ACCEPTED SOLUTIONS
amitchandak
Super User
Super User

@Wicak , I think something similar to  Dynamic Segmentation, Please refer

 

Dynamic Segmentation Bucketing Binning
https://community.powerbi.com/t5/Quick-Measures-Gallery/Dynamic-Segmentation-Bucketing-Binning/m-p/1...


Dynamic Segmentation, Bucketing or Binning: https://youtu.be/CuczXPj0N-k

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

v-jianboli-msft
Community Support
Community Support

Hi @Wicak ,

 

Based on your description, I have create a simple sample:

vjianbolimsft_0-1658382185545.png

 

Please try:

Measure = IF(MAX('Table'[Yield])<=0.98&&MAX('Table'[Yield])>=0.97,MAX('Table'[Yield]),BLANK())

Then use it to replace Yield in the value field

Output:

vjianbolimsft_1-1658382185547.png

 

If the result is not what you want, please provide me with more details about your table and your problem or share me with your pbix file after removing sensitive data.

Refer to:

How to provide sample data in the Power BI Forum

How to Get Your Question Answered Quickly

 

Best Regards,

Jianbo Li

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-jianboli-msft
Community Support
Community Support

Hi @Wicak ,

 

Based on your description, I have create a simple sample:

vjianbolimsft_0-1658382185545.png

 

Please try:

Measure = IF(MAX('Table'[Yield])<=0.98&&MAX('Table'[Yield])>=0.97,MAX('Table'[Yield]),BLANK())

Then use it to replace Yield in the value field

Output:

vjianbolimsft_1-1658382185547.png

 

If the result is not what you want, please provide me with more details about your table and your problem or share me with your pbix file after removing sensitive data.

Refer to:

How to provide sample data in the Power BI Forum

How to Get Your Question Answered Quickly

 

Best Regards,

Jianbo Li

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

@Wicak , I think something similar to  Dynamic Segmentation, Please refer

 

Dynamic Segmentation Bucketing Binning
https://community.powerbi.com/t5/Quick-Measures-Gallery/Dynamic-Segmentation-Bucketing-Binning/m-p/1...


Dynamic Segmentation, Bucketing or Binning: https://youtu.be/CuczXPj0N-k

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

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.