In Power BI, how can you create and leverage hierarchies to organize and explore data with multiple levels of granularity?
Datavalley Community Latest Questions
How to create calculated columns and measures in Power BI? To derive additional insights and perform calculations based on existing data, where a calculated column is created by combining two existing columns, and a measure is defined ...
How to import data into Power BI and create a data model?
How can I add a scatter chart to Power BI from excel. I merged many tables with power query. Please let me know a solution for this.
Due to the fact that I only have information for the current date, I must display the same number of days in the month and days for previous months, and days left as zero when picking any other months from the ...
Is it possible to host power BI dashboard to server without premium? If so, how can I host the dashboard to the server within the work group?
How to create a summary table for multiple tables on power BI? Table-1 IDs SFO id SFO LAX id LAX A3 TRUE 2 FALSE 4 A4 TRUE 3
What is DAX in Power BI?
I have the date values in this format: StartDate = 7/7/2023 12:00:00 AM EndDate = 7/30/2023 12:00:00 AM I want to pass these to REST API call in this form: {"from":"2023-07-07T00:00:00+00:00","to":"2023-30-07T23:59:59+00:00"}' I tried using DateTime.ToText but getting 400 bad request.
I want to combine two tables in power BI based on common columns in the table. Table 1: Col1 Col2 11 AAA 11 BBB Table 2 Col3 3G 5H Table 3 (combined) Col1 Col2 Col3 11 AAA 3G 11 BBB 3G 11 AAA 5H 11 BBB 5H How to combine this with cross join?