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
Is there a way to use the auto calculated total value from a matrix table in a new measure?
This is the value generated. How do I refer to it? Thanks
Solved! Go to Solution.
Hello @Lancelot ,
You could include it in the new measure as a variable and use it.
Refer to this link https://learn.microsoft.com/en-us/dax/best-practices/dax-variables
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Proud to be a Super User! | |
Hi @Lancelot
You can use sumx ()
e.g In the following matrix visual:
We substract the num "42" in Total, then we can create the following measure:
Measure = SUMX(FILTER(ALLSELECTED('Table'),[True/False]=TRUE()),[Order])
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello @Lancelot ,
You could include it in the new measure as a variable and use it.
Refer to this link https://learn.microsoft.com/en-us/dax/best-practices/dax-variables
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Proud to be a Super User! | |
Check out the May 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 |
---|---|
72 | |
67 | |
67 | |
44 | |
42 |
User | Count |
---|---|
47 | |
38 | |
28 | |
28 | |
27 |