Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. 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 )
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 35 | |
| 31 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 74 | |
| 72 | |
| 39 | |
| 35 | |
| 23 |