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
Analitika
Post Prodigy
Post Prodigy

Function 'DATEADD' expects a contiguous selection when the date column comes from a table on the 1-s

I have table

 

image.png

 

Calendar table

image.png

relations

 

image.png

 

Mesures

_YTD = CALCULATE ( [_Y], DATESYTD ( 'Calendar'[Date] ) )
_YTD, LY = CALCULATE ( [_YTD], DATEADD ( 'Calendar'[Date],-1,YEAR ) )
 
 Third graph have 
When i select one year it work ok
image.png
 
But if select more than one year i got error
image.png
 
Error Message:
MdxScript(Model) (8, 47) Calculation error in measure 'tbl_PL'[_YTD, LY]: Function 'DATEADD' expects a contiguous selection when the date column comes from a table on the 1-side of a bi-directional relationship.
1 REPLY 1
Anonymous
Not applicable

@Analitika  Hey Mate,

Can you create a bridge table by using this .

Choose New table then  use below function .

 

qtr Table = values(calender [yearqtr])

then create a relationship between both table using this . 

 

If required more help then visit this for more info

https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-many-to-many-relationships 

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.