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
veronicarocha
New Member

Dinamic rows using tabela

I’m using the table bellow as dinamics rates for the year.

 

Rates.png

And my BI chooses what row it should use, depending on  the vessel (Sonda) and year(Ano).

Graficos 2.png

 

I would like to know, is how can I create a way to choose the rows UNP, when I select the years (ANO) 2018 or 2019 and the slicer Year (ANO) with the option every (All options filtered) ?

 

Rates 2.png

Graficos 3.png

 

3 REPLIES 3
v-xicai
Community Support
Community Support

Hi @veronicarocha ,

 

I am not sure what desired result would you want, could you please share your sample data and desired output screenshots for further analysis? You can also upload sample pbix to OneDrive and post the link here. Do mask sensitive data before uploading.

 

Please read this post to get your answer quickly: How to Get Your Question Answered Quickly.

 

Best Regards,

Amy

Below is the link with the files,

 

https://drive.google.com/drive/folders/1x7ynFAD582b-CW1h3TPFJHF2sDrrGR1d?usp=sharing

 

I would like to use a specifc value on my chart, when my slice is set with every and a year, as bellow.


Chart 1.png

 

In the imagem above, is being shown 19.5 that is sum of values contained in the year of 2018, In this case, i would like to show 1.9 instead.chart 2.png

 

 

 

 

Hi @veronicarocha ,

 

You may create measure like DAX below.

 

Measure1 = CALCULATE(MAX(Metas[TFSA]),FILTER(ALLSELECTED(Metas),Metas[SONDA]="UNP"))

 

Best Regards,

Amy

 

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

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

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!

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