This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA 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.
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?
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
Solved! Go to Solution.
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.
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.
@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
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 32 | |
| 25 | |
| 23 | |
| 22 | |
| 13 |
| User | Count |
|---|---|
| 62 | |
| 47 | |
| 27 | |
| 23 | |
| 19 |