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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
gauravnarchal
Post Prodigy
Post Prodigy

Add Static value Column - Measure

Hello - How can I create a measure to show 10 value in each row of a table or matrix?

 

NameBranch(Measure) Add column and show 10 value in each row
ABC IntlNYC10
ZZZ LogisticsLON10
ABC IntlCAI10
ZZZ LogisticsMEL10
ABC IntlDEL10
ABC IntlSHA10
ABC IntlNYC10
ZZZ LogisticsNYC10

 

I am getting below error when trying to create any measure,

 

gauravnarchal_0-1623174569286.png

 

 

5 REPLIES 5
Anonymous
Not applicable

Hi everyone, I'm new to power bi. Please help me separate the data from the virtual table into the corresponding tables as follows:

 

nghia69371_0-1623377922390.pngnghia69371_1-1623380055937.png

I want to separate the data lines and from the arrow to fill the data before the arrow in the columns in the respective tables, please help me, thanks a lot

 

V-lianl-msft
Community Support
Community Support

Hi @gauravnarchal ,

 

Try to create a condition that is always true:

Measure = IF(NOT(ISBLANK(TABLE[NAME])),10)

 

 

Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

themistoklis
Community Champion
Community Champion

@gauravnarchal 

 

Have you tried something like 

Measure = 10 

 

Then add it to the visual.

Hi @themistoklis  - Yes id did try this measure after which I get the below error.

 

gauravnarchal_0-1623175744222.png

 

@gauravnarchal 

 

I dont think it has to do with this particular measure.

 

Check for other complex measures, do some performance tuning and also check optimise your data model.

 

You can also check this article:

https://blog.crossjoin.co.uk/2020/01/20/visual-has-exceeded-the-available-resources-error-power-bi/

 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 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.

Top Solution Authors