Forum Discussion
ARob198
6 years agoHelper IV
Dynamic Year Calculation
Hello, I am trying to create a measure that calculates the number of years between two dates based on a value. I have been using the following measure: Years C = if([Value] <=0, 0, (([Date] ...
Greg_Deckler
6 years agoCommunity Champion
ARob198 Hard to tell without sample data. Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
The most important parts are:
1. Sample data as text, use the table tool in the editing bar
2. Expected output from sample data
3. Explanation in words of how to get from 1. to 2.