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! Learn more

Reply
Syndicate_Admin
Administrator
Administrator

Segmentation by month value and the next

I have a table with values by month, by year and by city. I want to segment by month and visualize (card) the different values

, but I also want the values for the month following the segmented to be displayed on other cards. how can it be done?. Thank you

Jota_0-1625647223287.png

6 REPLIES 6
Syndicate_Admin
Administrator
Administrator

Any ideas?

Hi @Syndicate_Admin ,

 

Can you provide test data, I will answer you as soon as possible.

 

Best Regards,
Henry

v-henryk-mstf
Community Support
Community Support

Hi @Syndicate_Admin ,

 

Try the measure like this to get result group by month:

Measure = CALCULATE(SUM('Table'[valor0]),ALLEXCEPT('Table','Table'[mes])

 

If i misunderstand what you mean, can you further provide detailed demand information and expected results screenshots, I will answer you as soon as possible.

 

Best Regards,
Henry

 

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

Jota_0-1625815168720.png

Hi @Syndicate_Admin ,

 

The picture is not clear, please upload again, thank you.

Best Regards,
Henry

Image 1.jpg

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