Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi,
I need a help creating a measure. the outcome must look like column Pagged Commision V_3 from the image below.
Solved! Go to Solution.
@Vick143 , If you need like sub total. You use removefilters, allexcept
example
calculate([Commission], removefilters(Table[level 2 column]))
or
calculate([Commission], all(Table[reporting column]))
calculate([Commission], allexcept(Table, Table[reporting column]))
Percent of Total and Percent of SubTotal https://www.youtube.com/watch?v=6jTildcV2ho
Than you very much Amit.
Hi there, @Vick143
Since you are a new member, I'd strongly and kindly suggest that before you post anything on the forum you read this first: How to Get Your Question Answered Quickly - Microsoft Power BI Community
@Vick143 , If you need like sub total. You use removefilters, allexcept
example
calculate([Commission], removefilters(Table[level 2 column]))
or
calculate([Commission], all(Table[reporting column]))
calculate([Commission], allexcept(Table, Table[reporting column]))
Percent of Total and Percent of SubTotal https://www.youtube.com/watch?v=6jTildcV2ho
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 13 | |
| 9 | |
| 9 | |
| 9 | |
| 8 |