Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hey All,
I am attemtping to use a measure on a slicer using a live connection data set.
The slicer I am attemtping to make would have three categories for Total Charges. 0 - 300, 301 - 999, 1000 +.
Please let me know if you have any suggestions.
Thank you,
Generally, a measure can't be used to create slicer directly. There are some workarounds, you can find them in the forum:
However, since you are using live connection datasource. I am afraid current it is not possbile to meet your requirements.
Best, Regards
Paul Zheng
@cartercambest as @FrankAT mentioned, in general, to use a measure in that way, you need to use the Disconnected Table Trick as this article demonstrates: https://community.powerbi.com/t5/Community-Blog/Solving-Attendance-with-the-Disconnected-Table-Trick...
However, since you are using a Live Connected dataset you can't do this. Is this Live or DirectQuery? Any chance you can switch to composite to add in the extra table you need?
Hi,
Figure 1: Disconnected table
Figure 2: SWITCH()
Figure 3: Slicer
Regards Frank AT