March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi guys,
i have a table looking like this and i want to create the Group sum in each row for each article. So basically i want to add the numbers in the red circle as a measure to the table:
You can find the mini example here:
https://www.file-upload.net/download-14004880/Example.pbix.html
And how can i better attach example files to questions than with a link like that?
Thanks!
Solved! Go to Solution.
So I would think:
Measure =
VAR __Group = MAX('Table'[Article Group])
VAR __Table = FILTER(ALL('Table'),[Article Group] = __Group)
RETURN
SUMX(__Table,[Stock reach days])
So I would think:
Measure =
VAR __Group = MAX('Table'[Article Group])
VAR __Table = FILTER(ALL('Table'),[Article Group] = __Group)
RETURN
SUMX(__Table,[Stock reach days])
Perfect it works! Thansk alot
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
125 | |
85 | |
69 | |
54 | |
45 |
User | Count |
---|---|
204 | |
106 | |
98 | |
65 | |
54 |