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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
THENNA_41
Post Partisan
Post Partisan

multiple multiplication with get avg value show it next month

 i have table column based  on value its split weekly date .

 

WEEK = var a = DATE(2020,08,03)
var b = IF(DatePA[Week Date] = a,"Outbound GLOBAL",IF(DatePA[Week Date]<>BLANK(),"Outbound" & DatePA[Week Date]))
return b
 
 
Uptime : 
 
Date = EOMONTH(MAX('DatePA'[Week Date]),-1)
 
Measure = EOMONTH([Date],-3)
 
 
Up time =
CALCULATE (
DIVIDE ( [calc op per day], [calc op per day manne] ),
FILTER (
'PA - E2PR',
AND (
'PA - E2PR'[Effective Date] < [Date],
'PA - E2PR'[Effective Date] >= Measuress[Measure]
)
 
)
)
 
 
Uptime Next:
 
Datenxt = EOMONTH(MAX(DatePA[Week Date]),0)
 
Measurenxt = EOMONTH([Datenxt],12)
 
Up time next =
CALCULATE (
DIVIDE ( [calc op per day], [calc op per day manne] ),
FILTER (
'PA - E2PR',
AND (
'PA - E2PR'[Effective Date] > [Datenxt],
'PA - E2PR'[Effective Date] <= Measuress[Measurenxt]
)
)
)
 
i have two value splitted uptime and uptime next .
 
Uptime  have previous three month value .
 
its multiple by constant three value 
 
Ex:
if i select  april  the value like 
Jan * 0.5  
Feb *0.3
March *0.2 
 
this avg value should be show may june july  same after that   Aug,sep,oct it  will increase by 1 .
please refere excel sheet screen shot reference 
 
THENNA_41_0-1630902479527.png

 

 

i have tired  create mesure but not working.  thanks in advance 

1 REPLY 1
lbendlin
Super User
Super User

@THENNA_41 Please provide sanitized sample data in usable format (not as a picture - inserting it into a table would be good) and show the expected outcome.

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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

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.

Top Kudoed Authors