Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hello,
I am trying to concat the fiscal month of the year + "," + the fiscal week of the year but the below DAX measure is not working. I am trying the replicate the below screenshot that I have from tableau. Any ideas where I am going wrong with this DAX measure?
Tableau code:
str([Fiscal Month]) + ", " + str([Fiscal Week Of Month])
DAX code thats not working:
Month/Week = CONCATENATE(SELECTEDVALUE('Invoice Date'[Fiscal Month]), CONCATENATE(",",SELECTEDVALUE('Invoice Date'[Fiscal Week of Month])))
Desired output column:
| 1,1 |
| 1,2 |
| 1,3 |
| 1,4 |
| 2,1 |
| 2,2 |
| 2,3 |
| 2,4 |
| 3,1 |
| 3,2 |
| 3,3 |
| 3,4 |
| etc. |
Thanks for the reply but the new column button is grayed out. I believe I am unable to create new columns because the data source is pulling from a sales cube. Is there a measure I can use instead of creating new column?
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 5 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |