This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hello,
I have the following 2 measures:
The first one is Total sales and 2nd one is measure defined as follows:
Solved! Go to Solution.
@VeemalS , The grand does not have date context so it will use the very first date
you can use isinscope and change the grand total with a new meausre
if(isinscope(Table[Year]),[Total Sales First 15 days] , [sales new measure] )
IsInScope - Switch measure at different levels: https://youtu.be/kh0gezKICEM
you can also try isfiltered
https://powerpivotpro.com/2013/03/hasonevalue-vs-isfiltered-vs-hasonefilter/
Hi @VeemalS ,
Could you tell me if your problem has been solved? If it is, kindly Accept it as the solution. More people will benefit from it. Or if you are still confused about it, please provide me with more details about your table and your problem or share me with your pbix file after removing sensitive data.
Refer to:
How to provide sample data in the Power BI Forum
How to Get Your Question Answered Quickly
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@VeemalS , The grand does not have date context so it will use the very first date
you can use isinscope and change the grand total with a new meausre
if(isinscope(Table[Year]),[Total Sales First 15 days] , [sales new measure] )
IsInScope - Switch measure at different levels: https://youtu.be/kh0gezKICEM
you can also try isfiltered
https://powerpivotpro.com/2013/03/hasonevalue-vs-isfiltered-vs-hasonefilter/
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 35 | |
| 32 | |
| 25 | |
| 23 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 50 | |
| 30 | |
| 23 | |
| 23 |