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

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply
dethnass
Helper I
Helper I

too many measures

Hi Everyone,

 

I want to visualize all my ticker on single chart

 

My Dataset Like:

help8.png

 

Every each column needs a 5x measure to being part of chart

 

My Measures are:

1st : RawMSFT = SUM('Table1'[Close_6])

2nd: MSFT = IF(CONTAINS('SlicerTable','SlicerTable'[slicernames],"MSFT"),[RawMSFT],BLANK())

3rd: FirstValueMSFT = Calculate(Values(Table1[Close_6]), Sample(1,'Table1','Table1'[Date],ASC))

4th: LastValueMSFT = Calculate(Values(Table1[Close_6]), SAMPLE(1,'Table1',Table1[Date],DESC))

5th: MSFTpct = CALCULATE((Query1[LastValueMSFT]-Query1[FirstValueMSFT])/Query1[FirstValueMSFT])

 

At the first sight; it seems ok to add all those measures but i have an 400+ column like to be ready to using in chart. It means 400 X 5 = 2000 measures.

 

Is there any way to achieve this in Power BI?

 

Example file here: https://www.dropbox.com/s/0spx4mg9mugg1o8/ticker.pbix?dl=0 

1 REPLY 1
FrankAT
Community Champion
Community Champion

Hi @dethnass ,

get the new PBID update, download and install the Tabular Editor. You'll get the new tab External Tools if you set File > Options and settings > Options > Preview Features and activate the marked checkbox (see figure). Inside Tabular Editor you can create calculated groups. I think this may help.

 

25-07-_2020_23-57-35.png

 


Regards FrankAT

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

Vote for your favorite vizzies from the Power BI World Championship submissions!

Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 Power BI update to learn about new features.

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.