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.
I am new to DAX formules but I would like to make a report/matrix of our montly revenue based on a start date and daily earnings. So, my goal would be to have the monthly revenue in a matrix from the start date untill the total days run out.
Help would be very appreciated
Solved! Go to Solution.
@Dennis12 , Create a end date , based on start date
new column
revenue end date = [revenue Start date] +[Total days]
refer this blog
@Dennis12 , Create a end date , based on start date
new column
revenue end date = [revenue Start date] +[Total days]
refer this blog
Hi @Dennis12
I think this a similar case https://community.powerbi.com/t5/DAX-Commands-and-Tips/Interest-Calculation/m-p/2321575
it is not the same but similar. You can create a simple date table that starts from date you indicate up to the last date in your table. Using CROSSJOIN + FILTER you can unpivot your data which mskes it easier to analyze. If this is what you're looking for, please share some sample data and brief on the expected results.
Have a great day!
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 |
---|---|
12 | |
11 | |
8 | |
7 | |
7 |
User | Count |
---|---|
20 | |
14 | |
11 | |
10 | |
10 |