Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi,
I am very new to Power BI so please forgive me for any ignorance. I did search for a solution but the solutions I found did not seem to work for me.
I have an Invoice table with lots of different columns on. One being 'invoice value' and one being 'dateCreated'.
I created my own Date table with Dates and offsets. Within is a column called 'dates' with every date from 2015 to 2030.
I linked the two tables by the 'dateCreated' and 'date' columns. I have tried this one-to-many, many-to-one, and many-to-many.
If i do
Could anyone help please?
Thanks
Paul
Solved! Go to Solution.
Hi Everyone,
So i have got this working, But the way i did it feels wrong still result is result
So i then added the following measures to the invoice table
CurrentDate = NOW()
CurrentDay = Day(NOW())
CurrentMonth = MONTH(NOW())
CurrentYear = YEAR(NOW())
then i added these colums to the invoice table
Month = MONTH(invoice[DateCreated])
MonthName = FORMAT(invoice[DateCreated],"mmm")
Quarter = QUARTER(invoice[DateCreated])
Year = YEAR(invoice[DateCreated])
DayOffset = CONVERT(invoice[DateCreated]-TODAY(),INTEGER)
Week Offset = ROUNDUP((invoice[DateCreated]-TODAY ())/7,0)
MonthOffset = (invoice[YearOffset]*12) + (invoice[Month] - Invoice[CurrentMonth])
YearOffset = invocie[Year] - invoice[CurrentYear]
Then i wrote my measure as
@plawrence14 See if the techniques in this video help:
Also: To **bleep** With Time Intelligence - Microsoft Fabric Community
HI,
So I have created new date tables several time and had a couple of hours with chat GPT several different forulas keep giving teh same blank out put on the card visuals.
Any ideas would be appreciated
Thansk
Paul
HI Greg,
I think thats pointing me in the right direction, I shall make a new dates table and see where that goes
Thanks you I will update stommorow after i have played some more
Paul
Hi Everyone,
So i have got this working, But the way i did it feels wrong still result is result
So i then added the following measures to the invoice table
CurrentDate = NOW()
CurrentDay = Day(NOW())
CurrentMonth = MONTH(NOW())
CurrentYear = YEAR(NOW())
then i added these colums to the invoice table
Month = MONTH(invoice[DateCreated])
MonthName = FORMAT(invoice[DateCreated],"mmm")
Quarter = QUARTER(invoice[DateCreated])
Year = YEAR(invoice[DateCreated])
DayOffset = CONVERT(invoice[DateCreated]-TODAY(),INTEGER)
Week Offset = ROUNDUP((invoice[DateCreated]-TODAY ())/7,0)
MonthOffset = (invoice[YearOffset]*12) + (invoice[Month] - Invoice[CurrentMonth])
YearOffset = invocie[Year] - invoice[CurrentYear]
Then i wrote my measure as
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
16 | |
13 | |
12 | |
11 | |
11 |
User | Count |
---|---|
19 | |
14 | |
14 | |
11 | |
9 |