Hello,
I have python code which exports my data every time a change is made on the screen, but i want this code only to run if "Reviewed" is selected in the Chiclet slicer. I have 1 table in the project which has a column called "Column" which has "Reviewed" listed in ever row.
Solved! Go to Solution.
If you want to check if there is a value selected in the slicer, use the ISFILTERED function.
Also, IF function for your reference.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @ryanb603 ,
Is your problem solved? If so, would you mind accept the helpful replies as solutions? Then we are able to close the thread. More people who have the same requirment will find the solution quickly and benefit here, thank you!
Best Regards,
Community Support Team _ kalyj
If you want to check if there is a value selected in the slicer, use the ISFILTERED function.
Also, IF function for your reference.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
Are you asking how to write this in DAX?
If so;
IF ( HASONEFILTER ( Table[Column] ), TrueCondition, FalseCondition )
If DAX is not the case, I have no idea. Hehe
Br
Marius
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
Join the biggest FREE Business Applications Event in LATAM this February.
User | Count |
---|---|
215 | |
58 | |
49 | |
46 | |
45 |
User | Count |
---|---|
264 | |
211 | |
113 | |
82 | |
71 |