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
JordanJackson
Advocate II
Advocate II

Calendar / DateTime not working correctly between DAX Calendar table and Dataverse

I'm making a report using dataverse as a data source, I have made my own Calendar using dax as I can't see a DateTable within the dataverse tables using the following DAX: 

 

DateTable =
ADDCOLUMNS (
    CALENDAR ( DATE ( 2023, 02, 01 ), TODAY () ),
    "Year", YEAR ( [Date] ),
    "Month", FORMAT ( [Date], "MMMM" ),
    "Quarter", FORMAT( [Date], "\QQ" )
)
 
However when I use this in my visuals only the data for March shows, with nothing afterwards. I've checked and there are no filters on the visual or page. I have 500 total results and only 50 are showing for march. 
 
Am I doing something wrong, or is there a soloution?
 Screenshot (420).png
3 REPLIES 3
Syndicate_Admin
Administrator
Administrator

I have the same problem when connecting dateverse data with DAX calendar table the model relationship is created as limited and does not allow me to correctly visualize the graphs, did you find any solution? Thanks a lot!

JordanJackson
Advocate II
Advocate II

Is the relationship line being broken the cause of my issues? I don''t believe I've seen this before. 

Broken Inspection App Relationship.png

Hi @JordanJackson ,

As checked the formula of calculated table 'DateTable', it will return the dates from Feb 01,2023 to today. And you created the relationship with Both direction between 'DateTable' and '_contracts_ctr' table, then the visual will only display the data for that period( from Feb 01,2023 to today). Could you please provide some raw data in your table '_contracts_ctr'(exclude sensitive data) with Text format and the visual Fields setting with screenshot? It would be helpful to find out the solution. You can refer the following links to share the required info:

How to provide sample data in the Power BI Forum

 

And It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.

How to upload PBI in Community

Best Regards

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

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.