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
I have a column of data that I want a total for but the summarization only gives me First/Last/Count/Count(distinct) and none of those apply.
Can I have the total be a measure I calculate myself?
Solved! Go to Solution.
Thank you. I wasn't aware of the hasonevalue function. It worked perfectly for me.
Thank you. I wasn't aware of the hasonevalue function. It worked perfectly for me.
Hi @jgpbi ,
Please check the data type of your data, if they are text, the summarization will only give you First/Last/Count/Count(distinct).
If you need SUM/MAX/MIN, you need to change the data type to number.
For more details, please refer to:
Data types in Power BI Desktop - Power BI | Microsoft Learn
Work with aggregates (sum, average, and so on) in Power BI - Power BI | Microsoft Learn
Besides, if you just want to replace the value of your own, you could use the DAX Functions:
ISINSCOPE function (DAX) - DAX | Microsoft Learn or HASONEVALUE function (DAX) - DAX | Microsoft Learn
Here is a simple sample:
Original data:
You can replace the 0 with any value you want to display in the row subtotals:
You can replace the 0 with any value you want to display in the column subtotals:
In practical applications, it can be very flexible depending on the needs
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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 |
---|---|
87 | |
87 | |
87 | |
67 | |
49 |
User | Count |
---|---|
135 | |
113 | |
100 | |
68 | |
67 |