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.
hi everyone
i have created a measure that calculates sales agents commission based on his achievment % for each sales category. when i added the measure to a table visual, it's showing the the total value of the table visual as 0 instead of summing the commission values for each category.
the total for measure 'new commission calculation' shoulde be 660 instead of 0 and the total for measure 'new agent incentive' should be 225 instead of 0
Solved! Go to Solution.
@lawadaa , Create a new measure like
Sumx(Summarize(Table, Table[Category summarize], Table[Base type without zeed], "_1", [new commission calculation]), [_1])
Refer from curbal : https://www.youtube.com/watch?v=ufHOOLdi_jk
@lawadaa , Create a new measure like
Sumx(Summarize(Table, Table[Category summarize], Table[Base type without zeed], "_1", [new commission calculation]), [_1])
Refer from curbal : https://www.youtube.com/watch?v=ufHOOLdi_jk
User | Count |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
11 | |
8 | |
7 |