User Profile
Mjolnir
Helper I
Joined 2 years ago
User Widgets
Contributions
Allow PowerBI users to display reports in dark or light mode / theme
I have created various reports with a dark color theme as I prefer this as well as many other users. For some users, lighter themes and modes seem to be more appealing and it would be great if Power BI had a built in toggle function to switch between dark and light mode for users. When changing between both modes, you should be able to disable its interaction with certain report content - for example preventing bars in a chart from changing colors as you toggle between dark and light mode.133Views2likes0CommentsEnable custom drill down order rather than the order set by the rows / columns
Example: A matrix with sales data, with the following row dimensions: region, business area, product category and customer. Currently in Power BI this allows you to drill down on sales by the same order the dimensions are sorted in the matrix's rows. Though it would be very powerful if you could choose to drill down on any order you desire and by any dimension you select. For instance, 1) right click "total sales" 2) hoover on "drill down by..." 3) choose the desired dimension, "... customer" 4) if you want to drill down further from sales by customer, then repeat step 2) and 3) and choose to drill down on sales by customer by any other dimension available.142Views0likes0CommentsRe: Calculation items removes Web URL from values - how to fix?
Again, really appreciate your effort - though the problem still remained. So the problem seemed to be related to the calculation item "Actuals", that returns blank when the selected measure name does not contain "actuals". So the Web URL measure was simply set to blank as its name does not contain "actuals" in it. So I tried to to change the calculation item telling it to return the selected measure when the selected measure name either contain "Actuals" or "Web URL" - and it works now! Calculation item changed to... Actuals= IF ( CONTAINSSTRING(SELECTEDMEASURENAME(), "Actuals") || CONTAINSSTRING(SELECTEDMEASURENAME(), "Web URL"), SELECTEDMEASURE(), BLANK() )795Views0likes0CommentsRe: Calculation items removes Web URL from values - how to fix?
Additional information, when calculation item "Actuals" is selected the URL disappears, BUT when multiple selections are made the URL returns, for example when "Budget" is added to the selection. Budget = IF( CONTAINSSTRING( SELECTEDMEASURENAME(), "Budget"), CALCULATE( SELECTEDMEASURE(), facts_budget[scenario] = "Budget"), BLANK() )823Views0likes2CommentsRe: Calculation items removes Web URL from values - how to fix?
Dear ahadkarimi , Appreciate your effort. The suggested measures did not solve the issue. When the calculation item is selected and filtered in the report slicer, the URL disappears from the values. The values though, are still shown.832Views0likes3CommentsCalculation items removes Web URL from values - how to fix?
Hi, My measure "Actuals" returns values from the general ledger. My measure "Web URL" is used to conditionally format the "Actuals" measure to retrieve the invoice link. This works perfect, but when the calculation group with scenarios, such as actuals, budget and early warnings are selected in a slicer - the Web URL disappears from the values, when unselected - the Web URL returns. Can someone help me understand and fix this problem? I want the values to always contain the Web URL. Web URL = IF ( ISFILTERED ( fact_table[verificationnumber] ), CALCULATE ( MAX ( dim_links[URL] ), dim_organization[orgcode] = SELECTEDVALUE ( dim_organization[orgcode] ), dim_calendar[year] = SELECTEDVALUE ( dim_calendar[year] ), FILTER ( fact_table, fact_table[verificationnumber] IN VALUES ( fact_table[verificationnumber] ) ) ), BLANK () ) Actuals = SUM(fact_table[actuals]) Calc Item Actuals = IF( CONTAINSSTRING(SELECTEDMEASURENAME(), "Actuals"), SELECTEDMEASURE(), BLANK() )Solved915Views0likes5CommentsRe: URGENT: Fabric Measure Table DELETED by mistake - restore?
Thanks for responding. Unfortunately there was no way saving the deleted content. My organization is currently working on making the version history function available, not sure if it would have saved my work but I guess so. As a new user to Fabric, I am suprised by the risk of how easily unintended deletes can be executed by mistake. On critical items such as measure tables and in the data model view, it should not be possible; or like in this case, at least be able to add some kind of protection to the selected measure table under the table properties. Hope to see changes on this matter in the future.1.3KViews0likes1CommentURGENT: Fabric Measure Table DELETED by mistake - restore?
Hi, In Fabric, I created a table which I had to contain all my measures, I right clicked the table "measures" and added a new measure named "X", I assumed I was in the measure's settings, but somehow I was in the table settings, so it got renamed. Then, I regretted measure "X" and wanted to delete it, so I searched in the search field= "X", and deleted it, not noting it was the measure table. Is there a a way to restore or did I F up? ....Solved1.4KViews0likes3CommentsRe: Rolling 12 month not working as intended - how to?
Thank you for your effort. I have uploaded an excel to OneDrive, here you have it: R12 sample In case we don't come to a solution with the provided file, please let me know and I will do my best to share additional information with you. Looking forward to your response.597Views0likes0CommentsRe: Rolling 12 month not working as intended - how to?
I edited the [year] slicer's interaction with the visual displaying the rolling 12 month and unabled the interaction and it works as intended (see image below). The down-side with this is you can not only add the measure to visual content in your reports without unabling the interaction to the [year] slicer. That said,if anyone has any suggestions on how to reqrite the DAX to get it working properly without this work-around, I would appreciate your input!648Views0likes1Comment
Data Privacy
Microsoft Fabric Community and Privacy
To learn more about how we manage your data, please review the Microsoft Fabric Community Data Privacy guide.