The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
10 | |
9 | |
6 | |
6 | |
5 |
User | Count |
---|---|
22 | |
14 | |
14 | |
9 | |
7 |