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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Raks
Helper III
Helper III

Tableau to Power BI function

Hi Team,

 

Please help me in converting below formula from Tableau to PowerBI

IF avg(INT([Fiscper])) <avg( INT([Current Fiscper]) )

THEN sum([Act Inv])

ELSE RUNNING_SUM(SUM([Inventory National]))

END

2 REPLIES 2
nvprasad
Solution Sage
Solution Sage

Hi Raks,

 

For calculating running total based on date you need to create calander table separately and create relationship. 

The final measure looks like below.

 

IF ( avg(INT([Fiscper])) <avg( INT([Current Fiscper]) ),

sum([Act Inv]),

CALCULATE(SUM([Inventory National]), Filter(all(Table[Date]),Table[date] <= Max(Table[date]))

 

Appreciate a Kudos! ‌‌
If this helps and resolves the issue, please mark it as a Solution! ‌‌

Regards,
N V Durga Prasad

 

 

 

@nvprasad ,

I dont have any date table or any relationship

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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