Join 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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I need to convert this tableau measure to Power BI.
to use parameter and filter
How do I achieve this in Power BI.
Solved! Go to Solution.
see attached. Using measure as visual filter.
SWITCH ([Parameter1],
"Only open", CALCULATE(something,not [column1] = "Closed"),
"All", CALCULATE(something, [column1] in { "Closed","Open","------"})
)
There is nothing to calculate in that. I tried to use that field but it is not working.
I have attached a sample PBIX file.
Please help me in this.
Thanks in advance