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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Create a DATA Table based on another table

Hi All, 

 

I have a table like this : 

 

IDColorTextureTaste
S01YesYesYes
S02NoNoNo
S03YesYesYes
S04YesNoNeutral
S05NoNoNeutral
S06NoNoYes

 

And I would like a table like this : 

 

 YesNeutralNo
Color303
Texture204
Taste312

 

I can't find how to do that on the report neither on the data section. 

Any ideas? 

 

Thanks in advance! 

 

2 ACCEPTED SOLUTIONS
Anonymous
Not applicable

Anonymous
Not applicable

The reason you're getting blank is because of the formula you've used for Return.

You've used a fullstop instead of a comma in the formula.

I've updated the formula to make it easier.

 

Also another issue you have is that your data has results that are based on Scales table Echelle 2 column

But you've used Echelle 1 column to try to get your results through DAX

So results won't match because the value doesn't match your data table.

As such I've shown this in the Scales table by doing 2 formulas. 1 based on Echelle1 and one based on Echelle2 to demonstrate

 

https://ufile.io/tp83h

View solution in original post

5 REPLIES 5
jthomson
Solution Sage
Solution Sage

Select your ID column in Power Query and unpivot the other columns. Trivial from there to stick the relevant columns into a matrix

Anonymous
Not applicable

Anonymous
Not applicable

@Anonymous Hi, I'm sorry but I'm missing something. When I adapt your formula to calculate each row, I get blanck cells only. 

Would you be kind enough to check my file and let me know what I did wrong? It would help me a lot! 

 

https://ufile.io/orrhr

 

 

Anonymous
Not applicable

The reason you're getting blank is because of the formula you've used for Return.

You've used a fullstop instead of a comma in the formula.

I've updated the formula to make it easier.

 

Also another issue you have is that your data has results that are based on Scales table Echelle 2 column

But you've used Echelle 1 column to try to get your results through DAX

So results won't match because the value doesn't match your data table.

As such I've shown this in the Scales table by doing 2 formulas. 1 based on Echelle1 and one based on Echelle2 to demonstrate

 

https://ufile.io/tp83h

Anonymous
Not applicable

ok I see now! thank you so much for quick help!

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors