1,379 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
49
views
How to add total column in the tabular report?
So I have a tabular report enable in report designer, However its so hard to add total column (rightmost of the tabular report)
I have a sub report, in that sub report I have variable to store the qty,...
0
votes
0
answers
29
views
Power BI Dax Measures Renaming AUtomation
I have recently started working as a Power BI Developer. I was given a task of renaming dax measures present in the model. There are more than 50+ dax measures. Now the task is to automate this ...
1
vote
1
answer
106
views
How to remove vertical space between first and second rows in a table?
I don't understand why a space is generated between first and second row (between A. and B.) for each month. What I'm doing wrong?
Thanks in advance for any help.
Eric
This is my code:
\documentclass[...
0
votes
1
answer
62
views
SSAS Tabular 1600 - Partition Processing Issue - Random Empty partitions durring Full parallel processing
SSAS Tabular 1600 - Partition Processing Issue - Random Empty Partitions During Full Parallel Processing
Details:
We have a fact table with 800 million rows, split into 25 partitions by Month Index (...
0
votes
1
answer
75
views
Extracting irregular table of data from a pdf file with Python
I have been having difficulty properly extracting data (ideally as tables to be used in data processing for mean, median, mode, Stdev, etc... and for graphs) from .pdf files. I cannot do this manually,...
0
votes
0
answers
39
views
How can I convert Many-to-Many relations in a Multidimensional Database to Tabular Model In SSAS
I'm converting a multidimensional cube to tabular. As it happens, I have several many-to-many relationships between my dimensions and measures group, as you can see in the image below.
I've searched ...
0
votes
0
answers
189
views
I am creating a panel.widgets.Tabulator to display a dataframe in a python script and using javascript function to make columns a certain color
Output of the dataframe
I am creating a panel.widgets.Tabulator to display a dataframe in a python script and using JavaScript function to make columns a certain color but the colors are not setting.
...
0
votes
0
answers
104
views
In Python, what is the fastest way to append numerical tabular data to a data file?
I am trying to write a script that appends new rows of a table to an existing file of tabular data, so that not all progress is lost if an error is encountered. Here are several ways to do this in ...
0
votes
0
answers
26
views
Quickest Way to Delete All Cubes on a Azure Analysis Service Instance
I have a CI pipeline where I'm running a bunch of tests on several cubes that I have hosted on a Azure Analysis Service's(AAS) instance, as part of this pipeline I want to "clear" the server ...
0
votes
1
answer
106
views
With TabularTranslator in ADF how do I map array to string?
I cannot map Array[0] to string with TabularTranslator. Any suggestion?
I would like to translate
Source (MSSQL) : SELECT JSON_ARRAY('Test') as category
to
Sink (JSON) : "category" : ["...
1
vote
1
answer
583
views
How to center text vertically in tabular cells using Beamer?
The text is bottom-aligned in tabular cells using the Beamer class.
I've tried solutions from answers to previous questions, but none works for me.
They include using multicolumn, multirow, parbox, ...
6
votes
1
answer
190
views
How to reliably retrieve Microsoft.AnalysisServices.Tabular objects after Tabular Database deployment in Power BI (Microsoft.AnalysisServices.Tabular)
I am encountering a problem quite frequently in a console application (.NET Framework 4.7.2) that attempts to build and then deploy a Tabular Database to a Power BI workspace as a Semantic Model.
...
0
votes
2
answers
98
views
ImportError: cannot import name 'subset_frame' from 'great_tables._tbl_data' while using the python reactable library
I am trying to run this example from the documentation of reactable python library.
I am getting this error:
ImportError: cannot import name 'subset_frame' from 'great_tables._tbl_data'
My ...
0
votes
1
answer
130
views
Is there a TMSL script equivalent to Applying a Policy Refresh in Tabular Editor?
Tabular Editor is an option if you want to manually apply policy refresh for a certain table or your model. However I want this to be in a form of script to make it easier for me. Is there an ...
0
votes
1
answer
62
views
How to transform and pivot a rather messy table in R using tidyverse?
I have a table with approximately 2000 entries that contains names, positions, field of expertise, and addresses of professors. The table is quite messy, and I’m struggling to find a programmatic way ...