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 moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
The quesion is about Visaul Calculations (preview) in Power BI:
Formula: ColumnCount = SUMX(VALUES([Product]), 1) and Formula: ColumnCount = Calculate(SUMX(VALUES([Product]), 1))
return 1 for the Total row of ColumnCount instead of number of unique records for Product.
Any other ways to get Total caclulation right using visual calculations?
Thank you.
PS: @Greg_Deckler if you might know, it is related to measure total.
Solved! Go to Solution.
@EduardD Here is one way:
Calculation = EXPAND( SUM( [Measure] ), ROWS )
Hi @EduardD ,
May I ask if Greg's reply was helpful? If so, please mark it as a solution so it can be helpful to others.
If the question is still open, please provide more details below so we can better assist you.
Best Regards,
Gao
Community Support Team
@EduardD Here is one way:
Calculation = EXPAND( SUM( [Measure] ), ROWS )
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
94 | |
85 | |
84 | |
73 | |
49 |
User | Count |
---|---|
143 | |
132 | |
110 | |
65 | |
55 |