Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
Hello, guys, hope you're doing well.
I am having struggle trying to solve a problem, let me explain it.
So there is 3 columns, Cod Produto (represents product code), Nr Sequencia (Sequence Number) and Qtd Total
I have a measure that brings me the value of qtd total of highest sequence number, or, the last sequence.
As you can see above, I have the value of the last sequence for each product, but the problem is that the measure only brings the real last sequence product value, that is 3.743,12. And what I need is to sum the value of the last sequence of all the products.
Solved! Go to Solution.
Hi thatjoey20,
Try this in a new measure:
SUMX (
VALUES ( 'fEstoque Lancamento'[Cod Produto] ),
[STK]
)
----------------------------------
If this post helps, please consider accepting it as the solution to help other members find it quickly. Also, don't forget to hit that thumbs up and subscribe! (Oh, uh, wrong platform?)
P.S. Need a more in-depth consultation for your Power BI data modeling or DAX issues? Feel free to hire me on Upwork or DM me directly on here! I would love to clear up your Power BI headaches.
Proud to be a Super User! | |
Hi thatjoey20,
Try this in a new measure:
SUMX (
VALUES ( 'fEstoque Lancamento'[Cod Produto] ),
[STK]
)
----------------------------------
If this post helps, please consider accepting it as the solution to help other members find it quickly. Also, don't forget to hit that thumbs up and subscribe! (Oh, uh, wrong platform?)
P.S. Need a more in-depth consultation for your Power BI data modeling or DAX issues? Feel free to hire me on Upwork or DM me directly on here! I would love to clear up your Power BI headaches.
Proud to be a Super User! | |
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 64 | |
| 63 | |
| 49 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 121 | |
| 118 | |
| 38 | |
| 36 | |
| 29 |