The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Team,
I want to freeze the data for top level hierarchy based on slicer selection.
Please find the below screen shot for your reference.
When I select Other Hrs > 0 in the slicer Subcategory values should get hide but for category values should not change it should remain same.
Expected Output
Note: Above data is dummy data only for the example I have provided those screen shots
Thank in advance
Hi Team
Any solution to above issue ? Please help me
@Anonymous Thanks for replying back. Why it was so hard to reply to it before, I really don't understand that. You have to follow some forum etiquette. I hope others can help you with this and I'm sure you will get the solution soon. Good luck!
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Sorry about that. I am new here and I need solution very urgent.
Take a courage to answer my last reply. Seems like you are unable to provide details about your problem and expecting a solution. Good luck!
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
when I select Other Hrs > 0 then subcategory lines should display only which are having Other Hrs>0 but that should not Impact to the Total values at category level it always display the same total even we are hiding Other Hrs > 0 lines. If you see the sample screen shot you will get what I am trying to Achieve.
I am trying DAX like below but it's not working.
IF(ISINSCOPE(Table[Category]),CALCULATE(SUM(Total Hrs),REMOVEFILTERS(Table[Other Hrs])),SUM(Total Hrs)
Thanks in advance
@Anonymous Sorry I'm a little lost in what you are trying to achieve. Can you provide a bit more detail?
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
@Anonymous you have to change your measure, share what expression you have in the measures and will able to provide the solution.
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
it's just simple measure Sum(Total Hrs), Sum(MTD Hrs) etc. I am seeking help how we can create the measure in this scenario.