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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Table per week / Data from Sharepoint list - not showing up

Hi everyone,

 

I'm trying to implement a tracking on operations I'm clearing/week. I have a sharepoint list which looks that way :

sharepointlist.png

 

From a Power BI perspective, I would like to have the ''Due Date'' column in a table which could look like this.

table2.png

 

Nothing fancy, and I dont think it's that complicated, so I used some DAX expressions as per below :

Test =
GENERATE (
CALENDAR ( DATE ( 2021, 1, 1 ), DATE ( 2021, 12, 31 ) ),
VAR currentDay = [Date]
VAR day = DAY( currentDay )
VAR month = MONTH ( currentDay )
VAR year = YEAR ( currentDay )
RETURN ROW (
"day", day,
"month", month,
"year", year )
)
 
Problem is my data dont show at all on the table, and I cant figure out where I messed up ?
 
table.png
If somebody has an idea on how I could solve this ''issue'', I'd be really glad 🙂
 
Have a nice day all
3 REPLIES 3
themistoklis
Community Champion
Community Champion

Hello @Anonymous ,

 

When you created the Date table have you linked it with the relevant table in 'Model' section?

 

E.g. Creating a connection between "Rework Process" and Test (Date) table:

Rework Process[Due_date] = Test[Date]

Anonymous
Not applicable

Hello,

 

That's indeed a good start that I forgot..

 

iamlaszlo_0-1612105249575.png

It's showing blanks now

iamlaszlo_1-1612105325989.png

 

I guess i'm on the right path, but I would require a bit more help!

Thanks a lot for taking care of it, much appreciated !

 

@Anonymous 

 

Make sure that the join field on both tables is on Date format (not Datetime or anything else)

 

Any chance you could share the workspace with us?

Please remove any sensitive data

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.