Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi guys,
I made a switch function that gives me the status of our machines ->
Hi there.
As far as I know, you can use a SQL query as a source for your tables. Here's the query that you should use:
SELECT
t.Status,
t.StatusOrder
FROM (
VALUES
('Red', 1),
('Amber', 2),
('Green', 3)
) AS t([Status], [StatusOrder])
Since it does not require any tables from your database, it should work OK. [StatusOrder] is there to be able to sort the statuses correctly, not alphabetically. When you press Get Data, you'll select the source to be your SQL Server, then you'll expand the section Advanced and input your query in the box. Easy. I've checked it and it works.
Hi daxer,
Thanks for your feedback. Unfortunatelly, i dont have access to SQL.
My challenge is to build the slicer based only on calculated measures. 😕
Hi daxer,
I have a pre-set query from HANA, i just pick a table from there. does that make it clear for you?
Alright, thanks!
@Anonymous , I think in direct query you add table using enter data. It changes the mode to mix.
rest of the approach will be like https://radacad.com/change-the-column-or-measure-value-in-a-power-bi-visual-by-selection-of-the-slicer-parameter-table-pattern
Hi amitchandak,
Thanks for your feedback! Unfortunatelly, i cannot "enter data", this option is greyed out to me.
For the suggested approach, i would need to create a diconnected table, which i cannot do due to the direct query.
Any other ideas to solve my issue?
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 |
---|---|
16 | |
13 | |
12 | |
11 | |
11 |
User | Count |
---|---|
19 | |
14 | |
14 | |
11 | |
9 |