Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreShape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.
Hi guys,
I wanna write a measure, in which I create a virual table, then summarize that virtual table with sum aggregation and at the end I use one of that summarized table to make my measure!
How could I write such a measure?
Many thanks in advance
Solved! Go to Solution.
Your question is not really clear if you could follow the guidelines suggested here I'm sure we could help
At the moment it seems like your asking how to write a measure like the following, but that seems rather pointless since it will always return a constant value
VAR tbl = { 1, 2, 3 }
RETURN SUMX ( tbl, [Value] )
Your question is not really clear if you could follow the guidelines suggested here I'm sure we could help
At the moment it seems like your asking how to write a measure like the following, but that seems rather pointless since it will always return a constant value
VAR tbl = { 1, 2, 3 }
RETURN SUMX ( tbl, [Value] )
User | Count |
---|---|
3 | |
3 | |
2 | |
1 | |
1 |
User | Count |
---|---|
4 | |
4 | |
4 | |
4 | |
3 |