need a help
18 TopicsIs there possible when we logoff the laptop then power bi on-premises gateway will work ??
Hi Team, Iam facing some issue i have created on-premises gateway in power bi but Is there possible when we logoff the laptop then power bi on-premises gateway will work ?? bez after i logoff the laptop then my client unable see the see the data and showing gateway not configured Any suggeston pleaseSolved1.6KViews0likes7Commentshow to covert date format when open published the report with other user
Hi Team, i have a new requirement i have created sales report in that added the slicer as a date format in showing is 12/11/2025(DD/MM/YYYY) but when the user open the sales report organizational workspace the date format is showing 11/12/2025(MM/DD/YYYY) Is there any way avaialble what ever we create same format can view. thanksSolved1.1KViews1like6Commentshow to show date and time both in same slicer in power bi
Hi Team, i came cross the requirement to show the date and time (30/06/2025 15:12:36) in power bi slicer as like below , refer the below screenshot for your references Currently showing below is the format and along with date i need to show time . please check and share me the detailsSolved1.8KViews1like9Commentshow to change date format --- mm-dd-yyyy to dd-mm-yyyy in power bi
hi Team, i have created dataflow and connected into the power bi now planning to change dateformat mm/dd/yyyy to dd/mm/yyyy in power bi , so i have tried in power query here the screenshot for your refrences input is used it IST_system_order_time is mm/dd/yyyy and in power query itself converted format another yellow marked and here is showed required result but when i applied slicer it showing same way like mm/dd/yyyy Where iam missing/ any missing / please check and let us knowSolved2.8KViews0likes8Commentshow to combined skill with separe with (comma)
Hi Team,, Just want to check with you on the requirement we want to create below result Real case question:- Name Skill Naveen SQL Naveen Azure Naveen Power bi Srinivas MSBI Srinivas SQL Srinivas Power Bi Final Result is ;- Name skill Naveen SQL,Azure,Power Bi Srinivas MSBI,SQL,Power Bi Please check and provide any feasible option on the DAX ??Solved1.3KViews0likes7Commentshow to make 3 columns added in dax with filter
hi Team, Requesting please check below concern and do the needful. i have a Event_type fileld in that many classification but i need to add 3 columns to caclualte cont of orders Order quantity = event_type(OUTWARD_ORDER_CANCEL) + event_type( OUTWARD_ORDER_COMPLETE) + event_type( OUTWARD_ORDER_SHIPMENT_DISPATCH) is that possible make one dax expression ???? finaly i need all 3 columns should be added and show total orders Below DAX i have used but getting wrong count values , please fix it is possible Order quantity = CALCULATE( COUNTROWS(order_items), FILTER( order_items, RELATED(outward_orders[event_type]) <> "OUTWARD_ORDER_CANCEL" && RELATED(outward_orders[event_type]) <> "OUTWARD_ORDER_COMPLETE" && RELATED(outward_orders[event_type]) <> "OUTWARD_ORDER_SHIPMENT_DISPATCH " ))Solved474Views0likes1CommentHow we can configure the auto schedule refresh if more than 48 times
Hi Team, Came across the concern when we have premium licence we can configure the auto schedule 48 right ... now the my concern is if we have more than(90th) schedule need to configure how we can achiveSolved1.3KViews0likes5Comments