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
Anonymous
Not applicable

Based on the slicer calculate rank dynamically and summarize data for rank =1

Hi Team,

 

I have calculated rank dynamically by :

 

Rank Measure :                                                                                

Rank = rankx(filter((Query2),Query2[Participant]=min(Query2[participant])),[MinDate],,1) 

 

Rank is working fine.

The problem is when I want group by section and find the average of the data for rank=1 for the chosen participant from the slicer ,its not working with the below measure.

 

Average Value =
CALCULATE (
    AVERAGE ( Query2[Value] ),
    FILTER ( VALUES ( Query2[Participant] ), [Rank] = 1 )
)

 

Below example in the screenshot the average should be 7 but with the above measure it is showing as 6 whi h is incorrect.

 

Please help me on this..

 

 

large.png

 

Thanks..

 

2 REPLIES 2
v-yuezhe-msft
Employee
Employee

@Anonymous,

I create a summarized table as shown in the following PBIX file, and then calculate the average value.

https://1drv.ms/u/s!AhsotbnGu1NokzrR5HvyEnrq4zqB

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Hi @v-yuezhe-msft

 

Thanks for the help..I t really worked except a small problem with rank..

 

Actually,you have created column rank but I need a measure rank. The reason is I want the rank to change dynamically based on date slicer. As far as I know, Column rank don't work dynamically..

 

See screenshot When I change the slicer the column rank is showing the rank that is already there but not dynamically changing the rank.

 

Capture1.PNG

 

I have added a measure rank ,

 

 Rank_Measure = rankx(filter(ALLSELECTED(Query2),Query2[Participant]=min(Query2[Participant])),CALCULATE(min(Query2[Date])),,1)

 

But calculatetable DAX  not allowing to put rank_measure 

 

 

Calculated table is not dynamic , it means when date slicer is changed the rank would change but that changed data is not updated in the calculatedtable...

 

I want the calculated table to be dynamic ...

 

please help on this 

 

Thanks

 

 

Thanks

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.