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.
Hello,
How to replace blank with zero in Matrix. Kindly note I am not using Dax to get values.
Sample Data: Pbix
Regards,
Chandrashekar B
Solved! Go to Solution.
Hi @Chandrashekar ,
Depending on your description, you want to replace the white space in the matrix with 0.
Here are my steps you can follow:
(1)This is my test data.
(2) Create a measure [MEASURE2].
Measure 2 =
DIVIDE(
AVERAGE(Sheet1[Score]),
CALCULATE(AVERAGE(Sheet1[Score]),ALLEXCEPT(Sheet1,Sheet1[A1/A2]))
) + 0
(3) Then we can meet your need , the result is as follows.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello,
Thanks it is working perfectly 🙂
Regards,
Chandrashekar B
Hello Amit,
am not using dax however using fields directly into visisuals.
Regards,
Chandrashekar B
@Chandrashekar , Refer to the attached file after signature, it requires model change and measure
Hello Amit,
Thanks for the solution. Can we get same for Average(Score Field) as well.
Regards,
Chandrashekar B
Hello,
Can we get same for Average(Score Field) as well.
Regards,
Chandrashekar B
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 |
---|---|
24 | |
13 | |
11 | |
10 | |
9 |
User | Count |
---|---|
18 | |
14 | |
14 | |
12 | |
11 |