Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hello,
I would like to kindly ask for a help.
I am suming up sold values from few different sources. In the end of the table I have an evolution to see, if the source is perfoming or not. Unfortunately I dont have last year data from all of the sources and thats why there is a blank space.
My question is regarding the subtotal - In the subtotal of the last 2 colums (LW vs LY and MtD vs LY) I would like to count only with sources, where are data from last year. That means that I would like to filtered out 3 sources marked by yellow colour. (Source no: 2, 9, 11).
Does anyone know, how to do it?
Many thanks!
Hi @hnowotny17,
Let's say you have a measure [LW vs LY] that calculates the total. You can use a filter context on it.
Ignore Blanks = CALCULATE([LW vs LY],FILTER('Table','Table'[LY]<>BLANK()))
Works for you? Mark this post as a solution if it does!
Consider taking a look at my blog: How to Export Telemetry Data from Azure IoT Central into Power BI
Dear @Shaurya,
thank you a lot for your reply.
I´ve tried to use this formula, but it didn´t allow me to add correct table.
The formula for this measure LW vs LY is following:
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.