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 September 15. Request your voucher.
I am trying to group by requisition -code and then want to get max requisition id with respect to that code,and some other column data with respect to that requisition code ,i tried a lot but not getting the answer,
please help me in this regard grp by rqstn code,want max no of rqstn id
Actually i want like count of requisition code after( group by requisition code ,with max restn id ) with some other column condition also
You can just create a count measure for the count. For example, in a matrix, put requisition code in rows. In values you can put the measure I gave you that will give you the max ID, then you can add the measure for count of IDs, and whatever other elements you want 🙂
Proud to be a Super User! | |
Hi! Try below:
Proud to be a Super User! | |
User | Count |
---|---|
68 | |
63 | |
59 | |
54 | |
28 |
User | Count |
---|---|
182 | |
81 | |
64 | |
46 | |
41 |