Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Dear all,
I am using the following tableau formula:
zn(LOOKUP(SUM([Backlog]),0))
I need to convert this formula in power bi.
Thanks in advance for help
Solved! Go to Solution.
https://www.sqlbi.com/articles/how-to-return-0-instead-of-blank-in-dax/ (if below wont work)
Sol= IF ( CALCULATE ( SUM ( Backlog) ) = BLANK (), 0, CALCULATE ( SUM ( Backlog) ) )
Regards,
Ritesh
Since I have experience with Tableau, I suppose neither technique will necessarily work. In essence, there is a difference between BLANK and Nothing, therefore utilising the LOOKUP function is necessary because there is nothing there.
I see this option for that one,
https://devoworx.net/how-to-show-zero-values-in-power-bi-chart/
Watch my Linkedin Post Post | Feed | LinkedIn
BEFORE
STEP 1
You need to create a separate table for Ship Mode
STEP 2
STEP 3
Please mark the answer and help the community in return, if it did not help please let us know
Regards,
Ritesh
Hi Ribisht,
I am facing an issue after applying below mentioned formula in powerbi. In PowerBI if we set the value as current week and for tableau if we set value as previous week, then required numbers are matching. But when setting both Tableau and PowerBi to point to the current week, numbers are not matching. Can you please suggest what could be the possible issue?
Thanks and Regards
Shantanuj
Hi Ribisht,
Currently, implementing other aspects as well. Once completed if it works, will mark this as a solution. And if it doesn't work will let you know.
Thanks and Regards
Shantanuj
Not a problem, you can watch my video on the same topic as well
PL 300 Series Use Case -Null to Zero (DAX) - YouTube
Regards,
Ritesh
https://www.sqlbi.com/articles/how-to-return-0-instead-of-blank-in-dax/ (if below wont work)
Sol= IF ( CALCULATE ( SUM ( Backlog) ) = BLANK (), 0, CALCULATE ( SUM ( Backlog) ) )
Regards,
Ritesh
Since I have experience with Tableau, I suppose neither technique will necessarily work. In essence, there is a difference between BLANK and Nothing, therefore utilising the LOOKUP function is necessary because there is nothing there.
I see this option for that one,
https://devoworx.net/how-to-show-zero-values-in-power-bi-chart/
Watch my Linkedin Post Post | Feed | LinkedIn
BEFORE
STEP 1
You need to create a separate table for Ship Mode
STEP 2
STEP 3
Hi @Shantanuj
Could you please attach a sample PBIX file/table that can be copied (no screenshot) and your desired results?
User | Count |
---|---|
123 | |
76 | |
62 | |
50 | |
49 |
User | Count |
---|---|
175 | |
125 | |
60 | |
60 | |
58 |