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
habaholic
Frequent Visitor

new measure is breaking links

I have some simple excel sheets (one for each month) to track early employee turnover. I have two columns I am using to calculate employee retention. 

Column 1 (Hired in last 6 months)                                Column 2 (Left in last six months)

                             1                      

                              1

                              1                                                                              1

                               1

Then in Power BI I create a new measure Measure = (DIVIDE(SUM(January[Left in first 6 months]) , SUM(January[Hired in last 6 months]))

 

This gives me 25%. However, I want to show 75% retention. 

 

So I add "1 -" to my measure,  Measure = 1 - (DIVIDE(SUM(January[Left in first 6 months]) , SUM(January[Hired in last 6 months]))

 

When I do this it seems to break my links between my data tables and my Date Table, as the bar graph shows all months with the same value.

 

How can I avoid breaking these links?

1 REPLY 1
v-chuncz-msft
Community Support
Community Support

@habaholic,

 

Show us a complete exmaple so that we could have a test.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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.