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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
szysz
New Member

how to put to matrix the performance change of operators between 2 period

I have a dataset likes this:

 

DataSet
PeriodPeriodYearPeriodValueLoginPerformanceEfficiency
Quarter20231LoginAA120
Quarter20232LoginAB100
Quarter20233LoginAC78
Quarter20231LoginBC96
Quarter20232LoginBA+103
Quarter20233LoginBA125
Quarter20231LoginCB110
Quarter20231LoginDA123
Quarter20232LoginDC108
Quarter20233LoginDA135
Quarter20231LoginEB+115
Quarter20232LoginEC108
Quarter20233LoginEA135
Quarter20232LoginFF108

 

Filter is for the the Period columns, and for example we would like to compare 2023 first quarter to 2023 second quarter.

 

I need to create visual like these:

szysz_0-1689777382425.pngszysz_1-1689777398242.png

This is working in excel as we can vlookup to Q1 data the Q2 data. But in PowerBi I can use only measures, and even if I solve to put the measuers to columns, I can not find the right formula to find the count of Left operators ( they don't have any line in Q2).

The second problem that for Visual2 we need at first the efficiency difference from the two period and then average them.

 

Please see on the attached link in excel the whole calculation.

https://docs.google.com/spreadsheets/d/1GS_AAU3EFFv73gUi0yhlpv-3F5GYY_Dr/edit#gid=557262223 

 

1 ACCEPTED SOLUTION
szysz
New Member

4 REPLIES 4
szysz
New Member

Hi,

 

I could solved it. Please see on the following link my solution:

https://drive.google.com/file/d/1xLssjKofT0IVitItiQbo_dqJ_iw-swZ5/view?usp=drive_link

 

Anonymous
Not applicable

Hi @szysz ,

It's glad to hear that your problem has been resolved. And thanks for sharing your solution here, it will help the others in the community find the solution easily if they face the same problem as yours.  Thank you.

Best Regards

Anonymous
Not applicable

Hi @szysz ,

If I understand you correctly, you are trying to dynamically compare the number of logins and the average of efficiency over two different periods based on the options selected by lookupname, right? If this is the case, I have analyzed the data you have provided and the results of the visuals you are trying to achieve.  I tried everything possible, but failed...

However, I have found a possible workaround that might help you achieve a similar result. I hope this can be a suitable alternative for you. I created a sample pbix file(see the attachment), please find the details in it.

vyiruanmsft_0-1689925345777.png

If you have any questions or concerns, please let me know. I am happy to assist you further. Thank you for your understanding.

Best Regards

Hi @@v-yiruan-msft,

 

Thank you, but this is not what management want.

 

And actually I'm pretty close to solve it. the Logins part is ready with counting Left and New ones in the matrix. Currently I'm finilizing the measures for the efficiency matrix. I will post my soluion as soon as ready.

 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors