Forum Discussion
edavila
Helper II
9 years agoAmounts not showing Correctly
I have 2 tables one that has all the dates from 2 years listed and also the name of the month, week and year and I create a report as table to show the Balance sheet for the company at a certain ...
edavila
Helper II
9 years agothis is my date table
parry2k
Super User
9 years agoAs mentioned here are teh changes or add new columns:
Month should be "Month Name - Year", in this case Jan - 2016 and so on.
Week should be "Week - Month and Year" something like "Week 1st - Jan 2016"
Two ways to do this:
- Add these column to your source table
- Create calculated column in Power BI Using DAX, let us know if you need help with this.
- edavila9 years ago
Helper II
PArry2k
I dont want to look more dumb that Im but, what you are saying is to add a new column to the table like
concatenate month name and year and concatenate( month name, year, week)
and I will need like and exmaple of the DAX formulas if is not too much to ask
thanks