- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to calculate average of month without date colum
How to calculate the average per month when there is no date column and the table has only customer Id,spend money , month ( string data type), category , payment type .
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
first create a separate date table for the time intelligence functions to work,
then add calculated column for month in your date table, and format it like the month column in your transaction data. make join based on month column. and use the time intelligence function to calculate the previous month total.
Follow this blog for more post about data analytics and visualization:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Monisharisha Well, depends on exactly what you want but if you want the average spend money per month it would be this:
Average Spend Money Measure = AVERAGEX( SUMMARIZE('Table',[Month],"__Value", SUM('Table'[spend money]) ), [__Value] )
Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!: Power BI Cookbook Third Edition (Color)
DAX is easy, CALCULATE makes DAX hard...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No it is not working as expected .i can share you the dataset can u check on it and help me please
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
first create a separate date table for the time intelligence functions to work,
then add calculated column for month in your date table, and format it like the month column in your transaction data. make join based on month column. and use the time intelligence function to calculate the previous month total.
Follow this blog for more post about data analytics and visualization:

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
09-18-2024 07:33 AM | |||
07-30-2024 05:40 PM | |||
Anonymous
| 03-10-2022 01:11 PM | ||
Anonymous
| 03-07-2024 08:14 AM | ||
06-13-2024 04:11 AM |
User | Count |
---|---|
141 | |
115 | |
82 | |
63 | |
48 |