Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi export,
I am using Matrix in Power BI but the values is count of my column
I have try Measure=count(columname)+0
or
if(ISBLANK(count(columnname)),0,count(columnname))
but no luck in matrix anybody can help me how to fix the issue now.
Thanks
Shanvitha
Solved! Go to Solution.
Hi @Shanvitha_V ,
I created some data:
Here are the steps you can follow:、
1. Create a new Table.
Table 2 =
DISTINCT('Table'[Group])
2. Related both tables.
3. Create measure.
Measure =
SUM('Table'[Value]) +0
4. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @Shanvitha_V ,
I created some data:
Here are the steps you can follow:、
1. Create a new Table.
Table 2 =
DISTINCT('Table'[Group])
2. Related both tables.
3. Create measure.
Measure =
SUM('Table'[Value]) +0
4. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
66 | |
65 | |
57 | |
39 | |
28 |
User | Count |
---|---|
84 | |
60 | |
45 | |
41 | |
39 |