Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 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.
Hi all,
I am currently stuck (maybe i've been looking at this too long, today) when building out a matrix for a scoring metric:
This is causing my q/q % change's to be thrown off, displaying as -100% for any blank values:
Can anyone help with removing the -100% values, on the second table? I can't seem to figure it out.
Much appreciated!!
Solved! Go to Solution.
Hi @igrandey89
As @AlexisOlson asked, please share the DAX code you have been using for Q/Q%.
BTW, you can use If statement like this:
IF([q/q %]=-100%,blank(),[q/q %])
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: www.linkedin.com/in/vahid-dm/
Hi @igrandey89
As @AlexisOlson asked, please share the DAX code you have been using for Q/Q%.
BTW, you can use If statement like this:
IF([q/q %]=-100%,blank(),[q/q %])
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: www.linkedin.com/in/vahid-dm/
What is the DAX you're using to populate the matrix?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
User | Count |
---|---|
22 | |
17 | |
17 | |
11 | |
7 |
User | Count |
---|---|
27 | |
26 | |
12 | |
12 | |
12 |