The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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
User | Count |
---|---|
15 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
20 | |
12 | |
9 | |
7 |