Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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] )
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
7 | |
2 | |
2 | |
2 | |
1 |
User | Count |
---|---|
7 | |
6 | |
4 | |
3 | |
2 |