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.
Hi,
I have a sample data as below and I would like to consider the record with max version over document number.
Expected Result set:
Appreciate for any quick help on this
Solved! Go to Solution.
I agree with @ibarrau . If you want a new table, you can do this:
Hi! you can just add Document number in a visualization (test it with table), if it's a data type number be sure to click on the arrow "Don't summarize". Then add version to the visualization and go to the arrow again but this time click on Max (it has to be a number/int data type).
That way you'll have the expected result.
Regards,
Happy to help!
I agree with @ibarrau . If you want a new table, you can do this:
Hi @ibarrau ,
I need only Document number and other columns in the Table graph for max version. (No need of version field in the table Graph)
it should be like the below,
User | Count |
---|---|
68 | |
63 | |
59 | |
54 | |
28 |
User | Count |
---|---|
183 | |
80 | |
62 | |
46 | |
38 |