Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Vimal_raj
New Member

Getting Null transactions eventhough I used NOT ISBLANK fucntion

Hello,

 

@PBI_Member_01 , @PBICommunity 

 

I am running into issue as I am getting null transactions eventhough I used NOT ISBLANK function to avoid in the price impact and Voulme Impact Column. There is a possibility either Price Impact or Volume impact is 0 and need to remove the transactions if both values are 0. 

 

The formula is,

 

Price Impact Value =
IF (
[Monthly Total Sales] > 0
&& [Total Sales Final] > 0
&& [ASP1] > 0
&& [ASP2] > 0
&& NOT ISBLANK([ASP1])
&& NOT ISBLANK([ASP2])
&& NOT ISBLANK([Total Quantity Shipped Sum]),
([ASP2] - [ASP1]) * [Total Quantity Shipped Sum],
0
)
 
Volume Impact: 
 
Volume Impact = IF(
ISBLANK([Total Quantity Shipped Sum PriorYear]) ||
ISBLANK([Total Quantity Shipped Sum]) ||
ISBLANK([Monthly Total Sales]) ||
ISBLANK([Total Sales Final]),
0,
([Total Quantity Shipped Sum] - [Total Quantity Shipped Sum PriorYear]) * [ASP1] * [AVG_GM%P1]
)
 
This is the screenshot of the output:
Vimal_raj_0-1687766307501.png

 

 

In addition, I tried the measure as Impact= [Price Impact Value] + [Volume Impact] and removing 0 in the filters for a workaround but am gettting Out of memory error.

 

Kindly help me to fix this issue please

0 REPLIES 0

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

Check out the August 2024 Power BI update to learn about new features.

August Carousel

Fabric Community Update - August 2024

Find out what's new and trending in the Fabric Community.