Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. 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] )
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
4 | |
4 | |
3 | |
2 | |
2 |