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
harshagraj
Post Partisan
Post Partisan

Average loop type per project

HI all, I need average loop type for the below table. loop_type column is a dimension. Thanks in advance.
Need to display this in a card. I have a project slicer to filter.

ProjectToolNoloop_typeCount of loop_type
PRJ-1628-178Planned Loop2
PRJ-1728-179Finished Loop4
PRJ-1828-180Finished Loop6
PRJ-1928-181Planned Loop1
PRJ-2028-182Planned Loop1

avg.JPG

1 ACCEPTED SOLUTION

@harshagraj 

Loop count = countx(filter(Table, [project] =earlier([project]) && [loop type] = earlier([loop type])),[loop type])
Avg Loop =AverageX(filter(Table, [project] =earlier([project])),[Loop count])

View solution in original post

7 REPLIES 7
amitchandak
Super User
Super User

@harshagraj , not very clear

averagex(values(dim[Project]),max(Table[Count of loop_type]))

or
averagex(summarize(dim[Project],"_1",max(Table[Count of loop_type])),[_1])

Hi @amitchandak thanks for the reply. Actually i dont have [Count of loop_type] column i just changed that in value shelf from a table and dragged. 

@harshagraj , Not very clear, what you need?

Sorry for the trouble. I have Project Number,Tool Number,Loop Type as columns.
In Loop Type column i have values as (Finished & Planned). Each tool number will have one loop type. So i need Averge loop type per project.
Eg.

PRJ-1921-18Finished Loop
PRJ-1921-19Planned Loop

So this has 1 Finished and 1 Planeed. So i need to display Average loop as 1.

@harshagraj , in case you need column. Both as new columns

 

Loop count = countx(filter(Table, [project] earlier([project]) && [loop type] = earlier([loop type])),[loop type])
Avg Loop =AverageX(filter(Table, [project] earlier([project])),[Loop count])

 

If a measure , refer - make is Avg or count

https://community.powerbi.com/t5/Desktop/SUM-of-AVERAGE/td-p/197013

Hi @amitchandak thanks for the solution. But it is need working please correct the highligted error
 countx(filter(Table, [project] earlier([project]) && [loop type] = earlier([loop type])),[loop type]).

@harshagraj 

Loop count = countx(filter(Table, [project] =earlier([project]) && [loop type] = earlier([loop type])),[loop type])
Avg Loop =AverageX(filter(Table, [project] =earlier([project])),[Loop count])

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.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

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