Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Psycho
Frequent Visitor

Create a new table with 12 calculated measure values in a new column

Hello!

My Problem:

I have a table with 12 calculated measure values. Now I want this 12 measure show in a line diagram. I want to create a new table with 2 columns (month, calculated measures values). Is it possible to give a cell a direct Link to a measure (like Slink)? Or how can I solve this problem?

Thanks

3 ACCEPTED SOLUTIONS

Hi @Psycho,

 

You can open the query editor and use "Unpivot Columns" function to work through the issue.

 

Sample:

 

Capture3.PNG

 

Use duplicate function to backup this table:

 

Capture4.PNG

 

Choose month columns and click on "Unpivot Columns" to merge them:

 

Capture5.PNG

 

Result:

 

Capture6.PNG

 

After above steps, you can continue the unfinished work. Smiley Happy

 

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

View solution in original post

Yeah, that is a good solution. But there is my next problem.  🙂

 

now I have to do completly new calculations. (a lot of them). Do you have a Idea?

 

I want a calculate like this: 

 

02 Dur.Bestmge.AktJ = if(Tabelle2[Monat] = "End.Best.Mge.AktJ.02" ; ....

 

....   (the  value [Bestand] of this row + the value [Bestand] of that row, with the same value of the column [Artikelnummer] and the value "End.Best.Mge.AktJ 01")/2

 

this is harder than the other problem ^^

Unbenannt.png

Youre idea with:

 

"SWITCH([Date].[MonthNo],1,[Sum of Jan],2,[Sum of Feb],3,[Sum of Mar],0))"

 

is very good and it worked. But unfortunately does not react to filter in the first table. Its ever the completly value. Now I must unpivot.  😞

View solution in original post

Hi @Psycho,

 

You can use measure to instead the calculated column Spalte, and it will works on slicer:

 

Measure:

Spalte(dymic) = SWITCH(MAX([Refer.Wert]), 1, [01 LUG.AktJ], 2,[02 LUG.AktJ], 3,[03 LUG.AktJ], 4,[04 LUG.AktJ]
               , 5, [05 LUG.AktJ], 6, [06 LUG.AktJ], 7, [07 LUG.AktJ], 8, [08 LUG.AktJ] 
               , 9, [09 LUG.AktJ], 10, [10 LUG.AktJ], 11, [11 LUG.AktJ], 12, [12 LUG.AktJ] 
               , 0)

 

Capture3.PNGCapture4.PNGCapture5.PNGCapture6.PNG

 

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

View solution in original post

10 REPLIES 10

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.