Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hello everyone,
I would like to ask for an Help. I am trying to implement POWER BI in our company and I am creating new big report. Until now I was able to do everything with the youtube or forum. But now I really don't know how to slove this problem.
I created MATRIX and I have 2 sources for it. Budget file and Actual file. Also I use standart slicers for Months and Expense types filter and now I want to create new slicer that is showimg me 2 possibilities:
1. Overspend.
2. Planned
For this i thought that this DAX would work:
Kategorie = IF ( SUM('Tabulka1_2'[Budget]) - SUM('ALR'[Actual])> 0,
"Planned", "Overspend" )
But I am not able to assign this DAX to Slicer.
My expectation is that I should be able to set months (April->July), expense types (External services) and also if it is Overspend/Planned in those months adn expense types.
Here is the Matrix
Can you help me with this PLEASE?
Best regards.
Solved! Go to Solution.
I am not aware of any options for that in Power BI.
If this is important to you please consider voting for an existing idea or raising a new one at https://ideas.fabric.microsoft.com/?forum=2d80fd4a-16cb-4189-896b-e0dac5e08b41
Slicers cannot be fed by measures. They can only be fed by columns. If your measure produces a well known range of values you can use an external reference table with these values predefined.
Thank you for answer. I am not sure, if I understand you correctly. What do you mean by "well know range of values"? In data I have all details for Budget and Actuals. So everything else works fine. But I need last filter that I can use to see overspends. I cannot prepare this in data since it is changing base on other filters (months, expense types and so on). Do I have any options to do such thing?
I am not aware of any options for that in Power BI.
If this is important to you please consider voting for an existing idea or raising a new one at https://ideas.fabric.microsoft.com/?forum=2d80fd4a-16cb-4189-896b-e0dac5e08b41
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
25 | |
12 | |
9 | |
9 | |
9 |
User | Count |
---|---|
19 | |
14 | |
14 | |
13 | |
12 |