Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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.
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:
@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] )
No it is not working as expected .i can share you the dataset can u check on it and help me please
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:
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 |
---|---|
74 | |
73 | |
56 | |
38 | |
31 |
User | Count |
---|---|
83 | |
64 | |
63 | |
49 | |
45 |