Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hello,
In the following data, I am trying to get the max Maturity Level ID where Assessment Criteria # = Assessment Criteria Met #. Both Assessment Criteria # and Assessment Criteria Met # are measures and they are the counts of total criteria and criteria that were met respectively.
For Benefits Determination, Business Context, Access and Authorization, I am expecting Current ML to be 4. As that is the Max maturity level ID when Assessment Criteria # and Assessment Criteria Met # match (3=3).
Please help.
Solved! Go to Solution.
@Krishnaraj , Try a measure like
maxx(filter(summarize(Table, table[use case name], table[plan name],table[elemet name], "_1",[ Assessment Criteria #], "_2" , [Assessment Criteria Met #], "_3",[Maturity Level ID]), [_1] =[_2]),[_3])
Hi @Krishnaraj,
Can you please share some dummy data with a similar data structure and expected results? It should help us clarify your scenario and test to coding formula.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
@Krishnaraj , Try a measure like
maxx(filter(summarize(Table, table[use case name], table[plan name],table[elemet name], "_1",[ Assessment Criteria #], "_2" , [Assessment Criteria Met #], "_3",[Maturity Level ID]), [_1] =[_2]),[_3])
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
82 | |
42 | |
31 | |
27 | |
27 |