Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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! | |
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
82 | |
81 | |
52 | |
39 | |
35 |
User | Count |
---|---|
95 | |
79 | |
52 | |
49 | |
47 |