Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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
User | Count |
---|---|
12 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
27 | |
19 | |
14 | |
11 | |
7 |