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 all.
In the picture above I have "Exec_Name" and "total" ,"Opportunity Number"and "Opportunity value". The "total" itself is a calculated table which uses the below formula:
Do i require a new calculated column as "revenue" or these adding up of the values can be done in the "total" column itself?
Solved! Go to Solution.
Hmm i think your best option would be to first create a calculated column as the formula i gave you first, then do the summary with max
Hello can you please try
Calculate([measure of revenue],allexcept(table,table[exc name]))
Hi @Anonymous . The measure of revenue is a calculated table. so when i tried using your formula it is not detecting that calculated table.
can you please try this instaed of your main measure?SUMMARIZE(ATE,ATE[Exec_name],ATE[Opportunity_Number],"total",calculate(SUM(ATE[Opportunity_value]),allexcept(table,table[exec name]))
@Anonymous Hi. Tried this:
Hmm i think your best option would be to first create a calculated column as the formula i gave you first, then do the summary with max
@Anonymous okay done
User | Count |
---|---|
22 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
12 | |
11 | |
7 | |
6 |