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 have a value (in this case a date) that I only want to show on the top level row in a Matrix visual. Is this possible?
In this screenshot I only want the date in the row that is bold to show.
Solved! Go to Solution.
Hi @jdubs ,
If I understand correctly, the issue is that you want to show on the top level row in a matrix visual. Please try the following methods and check if they can solve your problem:
1.Create the simple table.
2.In the Power Query editor, choose the DateT table.
3.Select Keep Rows in the Home pane and choose keep top rows.
4.Enter the number of one row and choose apply.
5.The result is shown below.
Looking forward to your reply.
Best Regards,
Wisdom Wu
Hi @jdubs ,
If I understand correctly, the issue is that you want to show on the top level row in a matrix visual. Please try the following methods and check if they can solve your problem:
1.Create the simple table.
2.In the Power Query editor, choose the DateT table.
3.Select Keep Rows in the Home pane and choose keep top rows.
4.Enter the number of one row and choose apply.
5.The result is shown below.
Looking forward to your reply.
Best Regards,
Wisdom Wu
@jdubs , Use Index function, but you need combination to make it first number
or use rownumber and filter for 1
Top/Bottom Performer by name and value- https://youtu.be/HPhzzCwe10U
New DAX Function: Rownumber- https://www.youtube.com/watch?v=yS9-IQjUDwg&list=PLPaNVDMhUXGYo50Ajmr4SgSV9HIQLxc8L&index=1
User | Count |
---|---|
69 | |
66 | |
62 | |
48 | |
28 |
User | Count |
---|---|
112 | |
83 | |
66 | |
48 | |
43 |