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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
Anonymous
Not applicable

Error while using time intelligence function

Hi All,

  I am facing below error while using any of the time intelligence function.

Date [Date] column contains all  dates of model i.e.calender(date(2017,1,1),date(2019,1,1))

 

error.png

 

Any help would be appreciated.

5 REPLIES 5
v-yuta-msft
Community Support
Community Support

@Anonymous ,

 

Click "New Table" instead of "New Column".

Capture.PNG 

 

Community Support Team _ Jimmy Tao

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

@v-yuta-msft, @v-cherch-msft Hi Thank you  for your suggestion.

 

Date table is already created and model is bit complex.Basically I want create dynamic slicer which will show data for one year considering 1st of that particular month.

I have used relative slicer but when applied for 1 year it shows date like 20/2/2018-20/2/2019

But I want it to show from 1/2/2018-20/2/2019

  start date should change dynamically to 01/month/year for slicer.

 

@Anonymous ,

 

So your requirement is to create a dynamic table based on the date slicer? If it is, I'm afraid power bi doesn't support dynamic table or column. You can use measure instead using DAX function like ALLSELECTED() in your specific senario.

 

Community Support Team _ Jimmy Tao

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

@v-yuta-msft 

 

Not table exactly.But yes dynamic date slicer,where start date =current month and end date=month of last year which should  start with 1st of that month  always

eg. It should show me data between 

Today(05 apr 2019 t) to last year( 01 apr 2018)

Any suggestion on DAX  query/function.

 

Thank you in advance.

Anonymous
Not applicable

@Anonymous,

PARALLELPERIOD returns a table, normally used in the filter arguements of CALCULATE statement. In your case you might want to try DATEADD for your calculated column

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.