Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
i have table table name called PR details
table data like this
Month PRcom
May Within
May Winthin
May over
July Within
July Winthin
July over
June Within
June Winthin
June over
June over
i want to need to show count based on percantage by month
Month Within over Grand Total
May 75% 25% 100%
May 65% 35% 100%
June 50% 50% 100%
any idea .thanks in advance
Solved! Go to Solution.
@Anonymous , looking at the data you have expected output does not seems correct.
Please check page 2
@Anonymous ,
Your current table at last is
divide(count(Table[PO]), calculate(count(Table[PO]), allexcept(Table, Table[Month])))
Can you share the expected output.
If you need June, July together , you need a new column
Month1 = if([Month] ="May", "May", "Other")
divide(count(Table[PO]), calculate(count(Table[PO]), allexcept(Table, Table[Month1])))
@amitchandak i have attached sample report link . i have created many measure not work .can you please check
User | Count |
---|---|
13 | |
8 | |
8 | |
7 | |
5 |
User | Count |
---|---|
21 | |
15 | |
15 | |
10 | |
7 |