Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi, I have a matrix with 4 value columns. Is there a way for my matrix to show the most recent value as the aggregate instead of the sum? This "most recent" aggregation will be next to three other sum aggregation columns. I have attached the matrix I have now on the left, and my desired matrix on the right. Thanks in advance.
@CoopyJoe , you can use index function
Use isinscope to check that gand total get index date desc, customer asc
If(isinscope(Table[Date]), [On Hand] , CALCULATE([On Hand], keepfilters(index(1, allselected(Table[Item Name], Table[Item #], Table[Date], Table[Customer]),orderby(Table[Date],desc, Table[Customer],asc),,partitionBy(Table[Item Name], Table[Item #]) ))) )
Assuming on hand is a measure
explore Power BI Index function: Top/Bottom Performer by name and value- https://youtu.be/HPhzzCwe10U
@amitchandak Thanks for the response. I am having some trouble at the "orderby(Table[Date]," portion. The date does not pop up as an option to add to my DAX formula.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 55 | |
| 40 | |
| 35 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 71 | |
| 70 | |
| 38 | |
| 35 | |
| 23 |