Forum Discussion
vengadesh_p
3 years agoHelper II
Create Calculated Column based on Parameter Selection
Hi All, This Is My datamodel , I have connection Age Category to Dim Calendar table by using Age Field This Age field want to calculate based on Refernce Year parameter Example : i...
amitchandak
3 years agoSuper User
vengadesh_p . Here age need to be a measure.
age m= Sumx(Table, [selected year Measure] -year(Table[Date]) )
In case you need that on the axis
Dynamic segmentation -Measure to Dimension conversion: https://youtu.be/gzY40NWJpWQ
vengadesh_p
3 years agoHelper II
Hi amitchandak Thanks for your input
Can you please help me to create "Measure to Dimension conversion" based on my requirment