The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
My result:
Week Create | id | item | quantity | Week Due | Max Week |
42 | F01 | A2 | 30 | 40 | 42 |
The results I want
Week Create | id | item | quantity | Week Due | Max Week |
42 | F01 | A2 | 30 | 40 | 44 |
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
Hi @Tiger2514555
You can try simple measure
DueMaxweek= MAX(week)
I hope I answered your question!
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