Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
638 views
in Technique[技术] by (71.8m points)

dax - PowerBi create column of distinct Year and Month

Hi I am trying to create a table with the distinct year and month values from a column in another table. I can do month or year individually I cant seem to figure out how to get both. Currently I use:

date=Distinct(Sheet1[date].[Year])

to get year and

date=Distinct(Sheet1[date].[Month])

to get distinct months. Is there a way to get distinct years and months like Jan-2015,Feb-2015....? Thanks in advance for your help.

question from:https://stackoverflow.com/questions/65852307/powerbi-create-column-of-distinct-year-and-month

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

I figured out a way I used Format to make a mmm yy date column on my first table then i just grab distinct values from it.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...