Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello! I am having difficulty making a dax formula to create a revenue year to date. Attached is the code that I have and tables that I have as well. Thanks in advance!
Dax:
Solved! Go to Solution.
I had this working about a week ago, but it just recently stopped working. I have a column in a table already that's joined properly that has date in it. I shouldn't have to create ANOTHER date table.
So it's coming in and not giving me an error, it's just blank. But I have about 2 million lines of data in my report.
@Anonymous , do not use [Date].Date, In case your date have timestamp, create a new date
New Date = [Date].date
or
New Date = date(year([Date]),month([Date]),day([Date]))
Then join this date with date table and use time intelligence
TOTALYTD([Revenue], 'Date'[Date])
Refer to my Video, Why TI Fails : https://youtu.be/OBf0rjpp5Hw
It's not letting me create a measure of a new column in the table for that. I even changed the query to be date instead of a date with a timestamp.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
124 | |
79 | |
50 | |
38 | |
38 |
User | Count |
---|---|
196 | |
80 | |
70 | |
51 | |
42 |