Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Dear Team,
I am new in POWER BI TOOL. i have a requirement. I made a report. MY Requirement is
I want to BYPASS Filter Day Number.
Code Sale
1 100
2 200
3 300
4 400
5 500
When i Select Year Month And Day....
I Want to When i Select Day then No Effect of this report.Means i want to By Pass Day Number in Measure..
My Measure is Sum(Table(Sale))
What Should i do for donot effect of selection of day....Kindly help me its very urgent
HI @panipat1990,
Can you explain more detail about your requirement ?(e.g expected result) Do you mean enable filter effect only on measure not visual?
If this is a case, you can take a look at below formula.
Sample = CALCULATE ( SUM ( Table[Sale] ), Table[Code] = DAY ( TODAY () ) )
Regards,
Xiaoxin Sheng
Hello,
Measure_AllDays:=CALCULATE([Measure],ALL(Table[DateNumber]))
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
80 | |
79 | |
58 | |
36 | |
35 |
User | Count |
---|---|
99 | |
56 | |
56 | |
46 | |
40 |