This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hello,
I have a measure showing the value in a visualization like this:
Solved! Go to Solution.
Hi @Anonymous ,
It could be related to your Power BI version.
Mine is: 2.80.5803.1061 64-bit (April 2020)
I've just downloaded the file and opened it without problems.
Can you try using the latest version?
Cheers,
Marco
@Anonymous , Typically Overdue is as on date. If it can work with past dates. Then you can have a date table and create a Week Number like
Week ="WW" & Week Number = WEEKNUM([Date],2) //Monday Week
Week ="WW" & Week Number = WEEKNUM([Date]) //SundayWeek
Or like
Week Number =WEEKNUM([Date],2)
Week = "WW" & if('Date'[Week Number]<10,'Date'[Year]*10 & 'Date'[Week Number],'Date'[Year]&'Date'[Week Number])
Hi @Anonymous,
you can achieve it adding a Date table, creating a relationship with your table and using the measure you have created.
Try this:
https://1drv.ms/u/s!AqOXkXXQjzm4bYGECHgAE1jhqgc?e=IV1FKv
Hope it helps.
Cheers,
Marco
Hello Marco,
Whenever I try to open your file I get an "Object reference not set to an instance of an object" error
Thanks for helping
Hi @Anonymous ,
It could be related to your Power BI version.
Mine is: 2.80.5803.1061 64-bit (April 2020)
I've just downloaded the file and opened it without problems.
Can you try using the latest version?
Cheers,
Marco
Check out the April 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 |
|---|---|
| 36 | |
| 33 | |
| 31 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 66 | |
| 55 | |
| 31 | |
| 26 | |
| 23 |