The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
i have matrix contain selected year revenue which is calculated measure based on exchange rate ,previous year revenue also a calculated measure , diff measure which is the difference of selected and previous year revenue and weighting result which is diff * 1.5 based on diff is negtive or postive value
i need exact row total and column total ( multiple weighting result in a single row) of weighing result .some one please help me!!!!!!!
selected year | previous year | diff | weighting result | column total -sel year | column total -previous year | column total- diff | column total- weighting result | |
1000 | 500 | 500 (1000-500) | 750 (500*1.5) | 1000 | 500 | 500 | 750 | |
0 | 300 | -300 | 0 ( - ve diff no weighting result) | 0 | 300 | -300 | 0 | |
100 | 0 | 100 | 150 | 100 | 0 | 100 | 150 | |
Row Total | 1100 | 800 | 300 | 450 (wrong) expected = 900 | 1100 | 800 | 300 | 450 (wrong) |
This looks like a measure totals problem. Very common. See my post about it here: https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376
Also, this Quick Measure, Measure Totals, The Final Word should get you what you need:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907
sorry , busing this method i cant get my expected total. before posting this question i already tired ur method.but not working.the pblm is for weighting result i didnt use any coumns directly from table .all are measures. some one please help me !!!!!!!
User | Count |
---|---|
26 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
30 | |
15 | |
12 | |
12 | |
7 |