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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
I built this measure and was trying to use it in the matrix but I got this message, what is the peroblem? How can I fix it?
Note that month is a new column was generated by as: month =format('table'[INVOICE_DATE], "MM"). Days is also a new column that was generated as: days = if(DATEDIFF('Table'[INVOICE_DATE],'Table'[PAYMENT_DATE], DAY)<= 30,"30", IF(DATEDIFF('Table'[INVOICE_DATE],'Table'[PAYMENT_DATE], DAY) <=60, "60", "90+" ))
Matrix I am trying to conduct contains month in the rows , measure 30, 60, 90 as values.
Measure 30 generated as abvious in the screenshoot.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.