This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hey,
I have an issue with the measure. I want to display it in a card visual at the top of my report, it has to be all time which means not affected by 'Dates' filters or slicers.
CALCULATE(
[Potential Patients],
REMOVEFILTERS('Dates'),
FILTER( 'Patient Sales Deals', NOT ISBLANK( 'Patient Sales Deals'[Won Date] ) )
)
In the "filters on this page" I need to add 'Dates'[Date] filter to restrict my other visuals on the report but unfortunately whenever I change the date period in the filter my initial visual gets affected and the values change.
How to fix it?
Solved! Go to Solution.
Hi @Anonymous ,
Please try:
Measure =
CALCULATE(
[Potential Patients],
ALL('Dates'),
NOT ISBLANK( 'Patient Sales Deals'[Won Date] )
)
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum -- China Power BI User Group
@Anonymous ,
try using this
CALCULATE(
[Potential Patients],
ALL('Dates'),
FILTER( 'Patient Sales Deals', NOT ISBLANK( 'Patient Sales Deals'[Won Date] ) )
)
Proud to be a Super User! | |
Hey,
I have tried it but it is still not working.
Hi @Anonymous ,
Please try:
Measure =
CALCULATE(
[Potential Patients],
ALL('Dates'),
NOT ISBLANK( 'Patient Sales Deals'[Won Date] )
)
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum -- China Power BI User Group
That worked, thanks!
Hello @Anonymous ,
can you attach your pbix file so we could check it ?
Proud to be a Super User! | |
Unfortuantely not as it contains business data, but I will be glad to provide any necessary info if needed.
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 |
|---|---|
| 33 | |
| 25 | |
| 23 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 64 | |
| 41 | |
| 27 | |
| 22 | |
| 22 |