Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Consider I need to show product family, product, transaction amount, commission paid and commission rate in a matrix. For example:
Product Family | Product | Transaction Amount | Commission Rate | Commissions $ |
Roofing materials | xxx | $ 1,000,000 | 0.01% | $ 100 |
Roofing materials | yyy | $ 1,500,000 | 0.02% | $ 200 |
Total | $ 3,500,000 | $ 300 | ||
Kitchen Items | Sink | $ 2,500,000 | 0.05% | $1,250 |
Cooking appliances | $ 2,500,000 | 0.025% | $ 625 | |
Total | $ 5,000,000 | $1,875 | ||
Total | $ 8,500,000 | $2,175 |
The commission rate for each product is fixed, it is a static value, no calculation involved. The transaction amount is sum of individual transaction amounts. Commission is the product of sum of the individual transaction amounts and the commission rate.
I need to do this in a matrix. I got this mostly working. But when I add the commission rate as a value to a matrix, it starts summarizing the commission rate. It does not give me an option to not summarize the commission rate. Any idea why and how to solve this? I really appreciate any help here.
Solved! Go to Solution.
We are grateful for your participation in the Microsoft Fabric Community forum.
1. Create a calculated column for Commission Rate in your product table, assuming it is a fixed value per product.
2. In the matrix visual, add Product Family and Product to the Rows. Then, add Transaction Amount and Commissions $ (as measures) to the Values, and add the Commission Rate column to the Values as well.
3. To prevent the Commission Rate from being summarized, click the dropdown arrow next to the Commission Rate in the Values section of the matrix, and select "Don't summarize". If this option is greyed out or unavailable, it means you're using a measure, not a column — and measures are always aggregated.
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Thanks.
Hi @senthilvaithi
I hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, please Accept it as a solution and give it a 'Kudos' so others can find it easily.
Thank you.
Hi @senthilvaithi
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.
We are grateful for your participation in the Microsoft Fabric Community forum.
1. Create a calculated column for Commission Rate in your product table, assuming it is a fixed value per product.
2. In the matrix visual, add Product Family and Product to the Rows. Then, add Transaction Amount and Commissions $ (as measures) to the Values, and add the Commission Rate column to the Values as well.
3. To prevent the Commission Rate from being summarized, click the dropdown arrow next to the Commission Rate in the Values section of the matrix, and select "Don't summarize". If this option is greyed out or unavailable, it means you're using a measure, not a column — and measures are always aggregated.
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Thanks.
User | Count |
---|---|
5 | |
4 | |
4 | |
2 | |
2 |
User | Count |
---|---|
8 | |
6 | |
4 | |
4 | |
4 |