Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. 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 |
---|---|
79 | |
74 | |
44 | |
32 | |
28 |
User | Count |
---|---|
100 | |
93 | |
52 | |
50 | |
48 |