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

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

Reply
Tiger2514555
Helper III
Helper III

Max value from multiple slicer not change

Tiger2514555_0-1700462115867.png

My result:

Week CreateiditemquantityWeek DueMax Week
42F01A2304042


The results I want

Week CreateiditemquantityWeek DueMax Week
42F01A2304044
3 REPLIES 3
Anonymous
Not applicable

Hi @Tiger2514555 ,

You can create a measure as below to get it:

Max Week = CALCULATE ( MAX ( 'slicertable'[Week Create] ), ALLSELECTED ( 'slicertable' ) )

If the above one can't help you get the expected result, please provide some raw data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It would be helpful to find out the solution. You can refer the following link to share the required info:

How to provide sample data in the Power BI Forum

 

And It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.

How to upload PBI in Community

Best Regards

Uzi2019
Super User
Super User

Hi @Tiger2514555 
You can try simple measure 

DueMaxweek= MAX(week)

I hope I answered your question!

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Error this
A circular dependency was detected: DemandSummaryAPS[Check].
I tried another method that had no effect. DemandSummaryAPS[Check]. It simply cannot work, the results remain the same.
@Uzi2019 

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! It's time to submit your entry.

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 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.