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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Anonymous
Not applicable

Create Table and % Based on Measures

Hello All,
In fact I created some measures to display on a Table or Matix visual but I need your Help :(.

 

the client need this view :

Taddi10_0-1626862172148.png

I created all measures X, x1 x2 x3 but I can't show them vertically like the visual in Excel and how can I do to calculate the Percentage?
Can I do it dynamically based on the first Measure (in my Case X is 100% and the other % are calculated on these value like shown in the exemple) ?
Thanks in advance for your help

Taddi

1 ACCEPTED SOLUTION

There's a way to achieve this with a disconnected table.

Please refer to the sample pbix

Vlianlmsft_0-1627285507216.png

 

View solution in original post

3 REPLIES 3
littlemojopuppy
Community Champion
Community Champion

Hi @Anonymous  if I'm understanding you correctly you have a bunch of measures that you want to show the percentage of in terms of measure X.

That should be fairly easy...

DIVIDE(
	MeasureX1,
	MeasureX,
	BLANK()
)

and repeat the format for the others.  Hope this helps...

Anonymous
Not applicable

Hello,

In fact what I need to do is to calculate automatically all in one measure in accordance with the line containing x1,x2,x3 ...

I tried to use SelectedMeasure() but no success...

There's a way to achieve this with a disconnected table.

Please refer to the sample pbix

Vlianlmsft_0-1627285507216.png

 

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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