Hello All,
Required your assistance, i want to create measure for percentage calculation used Distinctcount, filter & sumx not getting correct result.
Measure1:
In below screenshot, i have used %GT option for 3rd column which is giving correct result, (Total is 15where discount of OppId/ total 1/15(7%).
In last columns % is calculated on total which is 20 (1/20=5%), i want to create dax based on 2nd column that is discount total
Thanks in advance for your help.
Regards,
Hari
Solved! Go to Solution.
@harirao , Not very clear .
You can create % of tota with a measure like
divide([discount], calculate([discount], all(Table))
divide([discount], calculate([discount], allselected(Table))
Hi , @harirao
Could you please tell me whether your problem has been solved?
If yes, you could accept the helpful answer as solution. You also could share your own solution here. For now, there is no content of description in the thread. If you still need help, please share more details to us.
Best Regards,
Community Support Team _ Eason
@harirao , Not very clear .
You can create % of tota with a measure like
divide([discount], calculate([discount], all(Table))
divide([discount], calculate([discount], allselected(Table))
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Mark your calendars and join us on Thursday, June 30 at 11a PDT for a great session with Ted Pattison!
User | Count |
---|---|
222 | |
68 | |
64 | |
64 | |
57 |
User | Count |
---|---|
251 | |
213 | |
87 | |
84 | |
73 |