Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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:
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.