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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
vojtechsima
Super User
Super User

Join static pattern table to dynamic table

Hello,

I have one table that contains 13 (static countries) rows for each week. I need to report all those rows every week, however, sometimes happen that I don't have data for some country, however, I still need to show the whole table with 13 rows per the week.

Is it possible to create a pattern static table where I would link the dynamic table, and if there are no values for the specific rows it becomes blank but it will be visible?

 

 

vojtechsima_0-1617968981797.png

vojtechsima_1-1617969082354.png

See pictures, the first one is the static pattern I need to show in the second table, as you can see there some countries missing due to lack of data.
I need to create dynamically so I don't have to copy-paste 52x13 rows (as I need for the whole year).

Thanks

 






Any kudos or recognition appreciated. To learn more on the topic, check out my blog and follow me on LinkedIn.
1 ACCEPTED SOLUTION
V-lianl-msft
Community Support
Community Support

Hi @vojtechsima ,

 

Please create 3 tables.

1. 13 countries

2. week: 

table 2 = GENERATESERIES ( 1, 52 )

3. crossjoin table:

Table 3 = CROSSJOIN('Table','table 2')

 

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

 

View solution in original post

3 REPLIES 3
V-lianl-msft
Community Support
Community Support

Hi @vojtechsima ,

 

Please create 3 tables.

1. 13 countries

2. week: 

table 2 = GENERATESERIES ( 1, 52 )

3. crossjoin table:

Table 3 = CROSSJOIN('Table','table 2')

 

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

 

@V-lianl-msft Hello,

this is exactly what I needed.

Thank you very much






Any kudos or recognition appreciated. To learn more on the topic, check out my blog and follow me on LinkedIn.
amitchandak
Super User
Super User

@vojtechsima , Create a separate country column and join this table with that and try this option or add +0 to the measure

countrows(Table)+0

 

ShowItemwithoutdata.JPG

 

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.