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
Hi,
I have one question about aggregation in Power BI:
My Measure =
Solved! Go to Solution.
Hi Amit,
Thanks, it really works well.
Just one more thing I am getting the table correct , is there a way to get the total at the bottom.
@Priya2007 , Try a measure like
sumx(values(Table[id]),If([SAI]> [SAI liM]*.7 || [SAF]>[SAFLimit]*.7,1,0))
or
sumx(summarize(Table[id],"_1",If([SAI]> [SAI liM]*.7 || [SAF]>[SAFLimit]*.7,1,0)),[_1])
Hi Amit,
Thanks, it really works well.
Just one more thing I am getting the table correct , is there a way to get the total at the bottom.
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
19 | |
14 | |
10 | |
7 |