Join 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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Currently, I have been successful in creating 1 dynamic group that counts total in the category like this:
By using this procedure from Enterprise DNA: https://blog.enterprisedna.co/power-bi-dynamic-grouping-banding-using-dax/
And I also create another Dynamic Grouping Measure which is the Risk level like this:
My goal is to link these 2 dynamic group to each other to get the actual value base on criteria from both of them like this:
Thank you in advance for your solution
Solved! Go to Solution.
Hi @kidpk111 ,
This can be achieved by the below solution,
1. You can create a index column in both the Actual tables (Risk and Asset ) using the Power Query Editor.
2. After that you can create calculated column(lookup value) in the Asset Actual table, lookup the Risk column tables based on the index.
This will resolve the issue.
Regards,
Nikhil Chenna
Appreciate with a Kudos!! (Click the Thumbs Up Button)
Did I answer your question? Mark my post as a solution!
Hi @kidpk111 ,
This can be achieved by the below solution,
1. You can create a index column in both the Actual tables (Risk and Asset ) using the Power Query Editor.
2. After that you can create calculated column(lookup value) in the Asset Actual table, lookup the Risk column tables based on the index.
This will resolve the issue.
Regards,
Nikhil Chenna
Appreciate with a Kudos!! (Click the Thumbs Up Button)
Did I answer your question? Mark my post as a solution!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 20 | |
| 10 | |
| 9 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 34 | |
| 31 | |
| 19 | |
| 12 | |
| 10 |