The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello,
I'm attempting to create a measure, but when I get to where the table name should start to auto populate, it doesn't. The DAX I'm using is: Fiscal Month = "M" & MONTH( EDATE('Table'[Field], -7))
Any thoughts?
TIA
Solved! Go to Solution.
Hello,
Thanks for responding. I just figured it out. Instead of creating a measure I used it to create a new column and it is working as expected.
Hi @PowerBINoob24 ,
I don't quite understand what you mean, are you trying to create a calculation table? Please provide more details and show your expected results.
Best regards,
Community Support Team_ Scott Chang
Hello,
Thanks for responding. I just figured it out. Instead of creating a measure I used it to create a new column and it is working as expected.